Merge pull request #3611 from expsa/attendence_total_hou

cla
This commit is contained in:
eslamtalaat744 2025-06-24 10:54:57 +03:00 committed by GitHub
commit 63fb19eeb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -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='نشط')

View File

@ -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"/>

View File

@ -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"
/>