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 ea4073c
Showing 1 changed file with 1 addition and 1 deletion.
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 ea4073c

Please sign in to comment.