[FIX][mrp_production_putaway_strategy] field resupply_from_wh does not exist in v10

This commit is contained in:
Simone Rubino
2018-07-13 15:13:09 +02:00
committed by Jordi Ballester Alomar
parent f038886f10
commit dd3054533b
2 changed files with 1 additions and 2 deletions

View File

@@ -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",

View File

@@ -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,
})