Files
stock-logistics-warehouse/stock_demand_estimate/security/stock_security.xml
2020-03-14 12:28:39 +01:00

12 lines
473 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="stock_demand_estimate_comp_rule" model="ir.rule">
<field name="name">Stock demand estimate multi-company</field>
<field name="model_id" ref="model_stock_demand_estimate" />
<field name="global" eval="True" />
<field
name="domain_force"
>['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
</record>
</odoo>