14 lines
590 B
XML
14 lines
590 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<record id="group_dsrpt_repair_technicians_user" model="res.groups">
|
|
<field name="name">Repair Technicians User</field>
|
|
<field name="category_id" ref="base.module_category_services"/>
|
|
</record>
|
|
|
|
<record id="group_dsrpt_repair_technicians_manager" model="res.groups">
|
|
<field name="name">Repair Technicians Manager</field>
|
|
<field name="category_id" ref="base.module_category_services"/>
|
|
<field name="implied_ids" eval="[(4, ref('group_dsrpt_repair_technicians_user'))]"/>
|
|
</record>
|
|
</odoo>
|