Merge pull request #4162 from expsa/younes_dev_odex25_hr

Younes dev odex25 hr
This commit is contained in:
kchyounes19 2025-08-07 13:07:40 +01:00 committed by GitHub
commit 4e36f45cf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -967,7 +967,7 @@ msgstr "عدد الأيام"
#. module: exp_hr_payroll
#: model:ir.model.fields,field_description:exp_hr_payroll.field_hr_payslip_worked_days__number_of_hours
msgid "Number of Hours"
msgstr "عدد الساعات"
msgstr "النسبة"
#. module: exp_hr_payroll
#: model:res.groups,name:exp_hr_payroll.group_hr_payroll_user
@ -1553,12 +1553,12 @@ msgstr "أيام العمل"
#. module: exp_hr_payroll
#: model_terms:ir.ui.view,arch_db:exp_hr_payroll.view_hr_payslip_form
msgid "Worked Days"
msgstr "الأيام التي تم العمل بها"
msgstr "الأيام التي لم يتم العمل بها"
#. module: exp_hr_payroll
#: model_terms:ir.ui.view,arch_db:exp_hr_payroll.view_hr_payslip_form
msgid "Worked Days & Inputs"
msgstr "أيام العمل و الدخول"
msgstr "أيام الغياب"
#. module: exp_hr_payroll
#: model:ir.model.fields,field_description:exp_hr_payroll.field_hr_contract__resource_calendar_id

View File

@ -812,7 +812,7 @@ msgstr " رقم الموظف"
#: model:ir.model.fields,field_description:exp_payroll_custom.field_hr_payslip__employee_insurnce
#: model_terms:ir.ui.view,arch_db:exp_payroll_custom.view_hr_payslip_inherit_tree
msgid "Employee Insurnce"
msgstr "خصم التأمينات الإجتماعية للموظق"
msgstr "خصم التامينات الاجتماعية للموظف"
#. module: exp_payroll_custom
#: model:ir.model.fields,field_description:exp_payroll_custom.field_contract_advantage__employee_id

View File

@ -78,9 +78,9 @@
<field name="code"/>
<field name="category_id" string="Allowance"/>
<field name="sequence" invisible="1"/>
<field name="quantity"/>
<field name="quantity" invisible="1"/>
<field name="rate"/>
<field name="salary_rule_id"/>
<field name="salary_rule_id" invisible="1"/>
<field name="amount"/>
<!--field name="percentage" string="Percentage"/-->
<field name="total"/>
@ -213,7 +213,7 @@
<field name="arch" type="xml">
<tree position="replace">
<tree decoration-success="state=='transfered'" decoration-info="state == 'draft'">
<!-- <field name="name"/>-->
<field name="name"/>
<field name="date_start"/>
<field name="date_end"/>
<field name="credit_note" invisible="1"/>