13 lines
522 B
XML
13 lines
522 B
XML
<odoo>
|
|
<record id="group_mcs_operating_user" model="res.groups">
|
|
<field name="name">Operating System User</field>
|
|
<field name="category_id" ref="base.module_category_productivity"/>
|
|
</record>
|
|
|
|
<record id="group_mcs_operating_manager" model="res.groups">
|
|
<field name="name">Operating System Manager</field>
|
|
<field name="category_id" ref="base.module_category_productivity"/>
|
|
<field name="implied_ids" eval="[(4, ref('group_mcs_operating_user'))]"/>
|
|
</record>
|
|
</odoo>
|