mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 08:52:02 +02:00
9 lines
434 B
XML
9 lines
434 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<record id="rule_multi_company_dms_classification_template" model="ir.rule">
|
|
<field name="name">DMS Classification Template multi-company</field>
|
|
<field name="model_id" ref="model_dms_classification_template" />
|
|
<field name="global" eval="True" />
|
|
<field name="domain_force">[('company_id', 'in', [False] + company_ids)]</field>
|
|
</record>
|
|
</odoo>
|