[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
This commit is contained in:
Pablo Paez
2021-01-19 10:18:21 -03:00
parent 4778f46408
commit 9f3b703354

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>