Public release from ruodoo-project: 19.0 - 2026-07-26 21:17:35 UTC
This commit is contained in:
14
tier_communications/security/tier_communications_groups.xml
Normal file
14
tier_communications/security/tier_communications_groups.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user