mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_mts_mto_rule: Don't use current company to create route
As the current company will be used to create route demo data, this will prevent creating new companies in tests. Set the route as shared between companies.
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
<field name="name">Make To Order + Make To Stock</field>
|
||||
<field name="sequence">5</field>
|
||||
<field name="product_selectable" eval="True" />
|
||||
<field name="company_id" eval="False" />
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user