[14.0][MIG] mrp_production_putaway_strategy: Migration to 14.0

This commit is contained in:
Joan Mateu Jordi
2022-02-01 11:48:51 +01:00
parent 452da19b1c
commit f74a707b05
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"name": "MRP Production Putaway Strategy",
"summary": "Applies putaway strategies to manufacturing orders for "
"finished products.",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacture",

View File

@@ -35,7 +35,7 @@ class MrpProductionCase(TransactionCase):
"location_out_id": self.bin_loc_stock.id,
}
)
self.loc_stock.putaway_strategy_id = self.putaway_strategy
self.loc_stock.putaway_rule_ids = self.putaway_strategy
def _create_mo(
self,