23 lines
1010 B
XML
23 lines
1010 B
XML
<odoo>
|
|
<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>
|