Skip to content

Commit

Permalink
[FIX] Fix hr_contract_view_form so that fields labels are shown
Browse files Browse the repository at this point in the history
  • Loading branch information
regispirard committed Dec 14, 2024
1 parent 1d138f2 commit ebf7a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payroll/views/hr_contract_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="model">hr.contract</field>
<field name="inherit_id" ref="hr_contract.hr_contract_view_form" />
<field name="arch" type="xml">
<xpath expr="//group[@name='salary_info']" position="inside">
<xpath expr="//group[@name='salary']" position="inside">
<field name="schedule_pay" />
<field name="struct_id" required="1" />
<field name="company_id" groups="base.group_multi_company" />
Expand Down

0 comments on commit ebf7a21

Please sign in to comment.