mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
12 lines
475 B
XML
12 lines
475 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>
|