Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0] [MIG] mrp_production_quant_manual_assign #1446

Open
wants to merge 28 commits into
base: 17.0
Choose a base branch
from

Conversation

MeritxellAForgeFlow
Copy link
Contributor

@MeritxellAForgeFlow MeritxellAForgeFlow commented Jan 9, 2025

Standard migration to 17.0

Depends on OCA/stock-logistics-warehouse#2071

@ForgeFlow

yostashiro and others added 27 commits February 3, 2025 09:19
this feature is only useful for MOs of final product that are
tracked by serial numbers.
Fix bug on multi-uom when writing on stock.move.line
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/it/
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/es/
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/it/
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/it/
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/fr/
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/ja/
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/pt_BR/
Currently translated at 100.0% (7 of 7 strings)

Translation: manufacture-16.0/manufacture-16.0-mrp_production_quant_manual_assign
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_quant_manual_assign/hr/
@MeritxellAForgeFlow MeritxellAForgeFlow force-pushed the 17.0-mig-mrp_production_quant_manual_assign branch from 55ddc55 to 36f4313 Compare February 3, 2025 08:54
@@ -53,18 +53,18 @@ def assign_quants(self):
).mapped("lot_id")
for ml in move.move_line_ids:
if ml.lot_id in lots_to_consume:
ml.qty_done = ml.reserved_uom_qty
ml.quantity = ml.reserved_uom_qty
Copy link
Contributor

@LoisRForgeFlow LoisRForgeFlow Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reserved_uom_qty doesn't exist anymore in move lines in v17

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

@MeritxellAForgeFlow MeritxellAForgeFlow force-pushed the 17.0-mig-mrp_production_quant_manual_assign branch from 36f4313 to 198373a Compare February 4, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.