1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/marketing_automation_sms/security/sms_security.xml
2024-12-10 09:04:09 +07:00

13 lines
532 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="ir_rule_sms_template_marketing_automation_user" model="ir.rule">
<field name="name">SMS Template: marketing automation users CUD on all templates</field>
<field name="model_id" ref="sms.model_sms_template"/>
<field name="groups" eval="[(4, ref('marketing_automation.group_marketing_automation_user'))]"/>
<field name="domain_force">[(1, '=', 1)]</field>
<field name="perm_read" eval="False"/>
</record>
</odoo>