You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
407 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Multi-Company rule for SMS History -->
<record id="sms_history_rule_company" model="ir.rule" >
<field name="name">SMS History: Multi-company</field>
<field name="model_id" ref="model_sms_history"/>
<field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'in', company_ids)]</field>
</record>
</odoo>