29 lines
1.4 KiB
XML
29 lines
1.4 KiB
XML
<odoo>
|
|
<record id="group_activity_social_specialist" model="res.groups">
|
|
<field name="name">Activity Manager</field>
|
|
<!-- <field name="name">مدير الانشطة والتدريبات</field>-->
|
|
<field name="category_id" ref="base.module_category_human_resources"/>
|
|
</record>
|
|
|
|
<record id="group_pa_social_specialist" model="res.groups">
|
|
<field name="name">اخصائى اجتماعى</field>
|
|
<field name="category_id" ref="base.module_category_human_resources"/>
|
|
</record>
|
|
<record id="group_pa_operation_manager" model="res.groups">
|
|
<field name="name">رئيس العمليات</field>
|
|
<field name="category_id" ref="base.module_category_human_resources"/>
|
|
</record>
|
|
<record id="group_pa_branch_manager" model="res.groups">
|
|
<field name="name">مدير الفرع</field>
|
|
<field name="category_id" ref="base.module_category_human_resources"/>
|
|
</record>
|
|
<record id="group_pa_activity_head" model="res.groups">
|
|
<field name="name">رئيس الأنشطة</field>
|
|
<field name="category_id" ref="base.module_category_human_resources"/>
|
|
</record>
|
|
<record id="group_pa_finance_manager" model="res.groups">
|
|
<field name="name">ادارة المالية</field>
|
|
<field name="category_id" ref="base.module_category_human_resources"/>
|
|
</record>
|
|
</odoo>
|