mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX][mrp_production_putaway_strategy] field resupply_from_wh does not exist in v10
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
f038886f10
commit
dd3054533b
@@ -6,7 +6,7 @@
|
||||
"name": "MRP Production Putaway Strategy",
|
||||
"summary": "Applies putaway strategies to manufacturing orders for "
|
||||
"finished products.",
|
||||
"version": "10.0.1.0.0",
|
||||
"version": "10.0.1.0.1",
|
||||
"author": "Eficent, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/manufacture",
|
||||
|
||||
@@ -15,7 +15,6 @@ class MrpProductionCase(TransactionCase):
|
||||
"code": "X WH",
|
||||
"reception_steps": "one_step",
|
||||
"delivery_steps": "ship_only",
|
||||
"resupply_from_wh": False,
|
||||
"default_resupply_wh_id": False,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user