Files
public/tier_communications/security/tier_communications_groups.xml

15 lines
570 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record id="res_groups_privilege_tier_communications" model="res.groups.privilege">
<field name="name">Tier Communications</field>
<field name="sequence">200</field>
</record>
<record id="group_company_sender" model="res.groups">
<field name="name">Отправитель от имени компании</field>
<field name="privilege_id" ref="res_groups_privilege_tier_communications"/>
</record>
</data>
</odoo>