Skip to content

Commit

Permalink
[DON'T MERGE] test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
peluko00 committed Aug 28, 2024
1 parent 37537f8 commit 05f419d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _prepare_wizard_line(self, move, quant):
and ml.package_id == quant.package_id
)
)
line["qty_done"] = sum(move_lines.mapped("qty_done"))
line["qty_done"] = sum(move_lines.mapped("quantity"))
line["to_consume_now"] = bool(line["qty_done"])
return line

Check warning on line 42 in mrp_production_quant_manual_assign/wizards/assign_manual_quants.py

View check run for this annotation

Codecov / codecov/patch

mrp_production_quant_manual_assign/wizards/assign_manual_quants.py#L40-L42

Added lines #L40 - L42 were not covered by tests

Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
odoo-addon-stock_quant_manual_assign @ git+https://github.com/OCA/stock-logistics-warehouse.git@refs/pull/1973/head#subdirectory=stock_quant_manual_assign

0 comments on commit 05f419d

Please sign in to comment.