mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[14.0][MIG] mrp_production_putaway_strategy: Migration to 14.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user