Skip to content

Commit

Permalink
[IMP] quality_control_mrp_oca: add timings
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Sep 2, 2024
1 parent e40dd70 commit 8d6f95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quality_control_mrp_oca/models/mrp_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _post_inventory(self, cancel_backorder=False):
]:
trigger_lines = trigger_lines.union(
self.env[model].get_trigger_line_for_product(
qc_trigger, move.product_id
qc_trigger, ["after"], move.product_id
)
)
for trigger_line in _filter_trigger_lines(trigger_lines):
Expand Down

0 comments on commit 8d6f95e

Please sign in to comment.