[9.0][FIX] rma: remove warehouse_id from dropshiping rules, this was causing issues in multi-warehouse environments.

This commit is contained in:
Lois Rilo
2018-05-23 16:18:23 +02:00
committed by Aaron Henriquez
parent c168710542
commit 2f709dfafa

View File

@@ -95,7 +95,6 @@
<record id="rule_rma_dropship_return" model="procurement.rule">
<field name="name">Customer → Supplier</field>
<field name="action">move</field>
<field name="warehouse_id" ref="stock.warehouse0"/>
<field name="location_id" ref="stock.stock_location_suppliers"/>
<field name="location_src_id" ref="stock.stock_location_customers"/>
<field name="procure_method">make_to_stock</field>
@@ -107,7 +106,6 @@
<record id="rule_rma_dropship" model="procurement.rule">
<field name="name">Supplier → Customer</field>
<field name="action">move</field>
<field name="warehouse_id" ref="stock.warehouse0"/>
<field name="location_id" ref="stock.stock_location_customers"/>
<field name="location_src_id" ref="stock.stock_location_suppliers"/>
<field name="procure_method">make_to_stock</field>