Files
stock-logistics-warehouse/stock_mts_mto_rule/data/stock_data.xml
Denis Roussel 11a10fb11e [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.
2024-02-23 08:40:09 +01:00

13 lines
376 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!--
Procurement rules
-->
<record id="route_mto_mts" model='stock.route'>
<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>