Skip to content

Commit

Permalink
[FIX]hr_payroll_period: remove required from hr.payslip(.run) view
Browse files Browse the repository at this point in the history
  • Loading branch information
PicchiSeba committed Mar 18, 2024
1 parent d60eaad commit 878a807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hr_payroll_period/views/hr_payslip_run_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]"
/>
<field name="schedule_pay" />
<field name="date_payment" required="1" />
<field name="date_payment" />
</label>
<button
name="%(payroll.action_hr_payslip_by_employees)d"
Expand All @@ -47,7 +47,7 @@
<field name="arch" type="xml">
<field name="name" position="after">
<field name="company_id" />
<field name="date_payment" />
<field name="date_payment" required="1" />
<field name="schedule_pay" />
</field>
<search position="inside">
Expand Down
2 changes: 1 addition & 1 deletion hr_payroll_period/views/hr_payslip_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/>
</field>
<field name="name" position="after">
<field name="date_payment" required="1" />
<field name="date_payment" />
</field>
</field>
</record>
Expand Down

0 comments on commit 878a807

Please sign in to comment.