Skip to content

Commit

Permalink
[14.0] [IMP] payroll: Add group to controls buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarosa authored and norlinhenrik committed May 28, 2024
1 parent cb4e79a commit f511123
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions payroll/views/hr_payslip_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,17 @@
</field>
</page>
<page name="computation" string="Salary Computation">
<group>
<field
name="hide_child_lines"
widget="boolean_toggle"
/>
<field
name="hide_invisible_lines"
widget="boolean_toggle"
/>
<group name="controls">
<group>
<field
name="hide_child_lines"
widget="boolean_toggle"
/>
<field
name="hide_invisible_lines"
widget="boolean_toggle"
/>
</group>
</group>
<field
name="dynamic_filtered_payslip_lines"
Expand Down

0 comments on commit f511123

Please sign in to comment.