Merge branch 'fix/15.0/hr_payroll_commission__linking_commission_payments' into '15.0-test'

fix/15.0/hr_payroll_commission__linking_commission_payments into 15.0-test

See merge request hibou-io/hibou-odoo/suite!1379
This commit is contained in:
Hibou Bot
2022-03-22 17:53:35 +00:00

View File

@@ -26,6 +26,7 @@
<field name="inherit_id" ref="hr_commission.view_hr_commission_payment_tree"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='employee_id']" position="before">
<field name="pay_in_payslip" />
<field name="payslip_id" />
</xpath>
</field>