[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:
Denis Roussel
2024-02-23 08:40:09 +01:00
parent 147c65f237
commit 11a10fb11e

View File

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