commit
63fb19eeb0
|
|
@ -258,5 +258,5 @@ class HrCclassification(models.Model):
|
|||
_name = 'hr.classification'
|
||||
_rec_name = 'name'
|
||||
|
||||
name = fields.Char(string='Name') # Translatable
|
||||
active = fields.Boolean(default=True, string='Active')
|
||||
name = fields.Char(string='الاسم') # Translatable
|
||||
active = fields.Boolean(default=True, string='نشط')
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<field name="model">employee.overtime.request</field>
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<header>
|
||||
<header>f
|
||||
<button name="submit" string="Submit" class="oe_highlight" type="object"
|
||||
states="draft" groups="base.group_user"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -269,11 +269,11 @@
|
|||
<field name="name">hr.classification.form</field>
|
||||
<field name="model">hr.classification</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="HR Classification">
|
||||
<form string="تصنيفات المقترحات والشكاوي">
|
||||
<sheet>
|
||||
<group>
|
||||
<field name="name" string="الاسم"/>
|
||||
<field name="active" string="الحالة"/>
|
||||
<field name="active" string="نشط"/>
|
||||
</group>
|
||||
</sheet>
|
||||
</form>
|
||||
|
|
@ -281,14 +281,14 @@
|
|||
</record>
|
||||
|
||||
<record model="ir.actions.act_window" id="employee_hr_classification_actionn">
|
||||
<field name="name">HR Classifications</field>
|
||||
<field name="name">تصنيفات المقترحات والشكاوي</field>
|
||||
<field name="res_model">hr.classification</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
|
||||
|
||||
<menuitem name="التصنيف " id="hr_classification_menu_item"
|
||||
<menuitem name="اعداد التصنيف " id="hr_classification_menu_item"
|
||||
parent="hr.hr_menu_configuration"
|
||||
action="employee_hr_classification_actionn"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue