Files
stock-logistics-warehouse/stock_mts_mto_rule/data/stock_data.xml
Pablo Paez 9f3b703354 [FIX] stock_mts_mto_rule: Installation across companies
This change make the module to install  across all companies
 not only company we are on in the moment of the instalation
2021-01-19 10:18:21 -03:00

13 lines
385 B
XML

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