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",
|
"name": "MRP Production Putaway Strategy",
|
||||||
"summary": "Applies putaway strategies to manufacturing orders for "
|
"summary": "Applies putaway strategies to manufacturing orders for "
|
||||||
"finished products.",
|
"finished products.",
|
||||||
"version": "13.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
|
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/manufacture",
|
"website": "https://github.com/OCA/manufacture",
|
||||||
"category": "Manufacture",
|
"category": "Manufacture",
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class MrpProductionCase(TransactionCase):
|
|||||||
"location_out_id": self.bin_loc_stock.id,
|
"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(
|
def _create_mo(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user