You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
467 B
11 lines
467 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo noupdate="1">
|
|
<!-- Update salary structure for bonus -->
|
|
<record id="hr_payroll_community.structure_base"
|
|
model="hr.payroll.structure">
|
|
<field eval="[(6, 0, [ref('hr_payroll_community.hr_rule_basic'),
|
|
ref('hr_payroll_community.hr_rule_taxable'),
|
|
ref('hr_payroll_community.hr_rule_net'),ref('hr_salary_rule_bonus')])]"
|
|
name="rule_ids"/>
|
|
</record>
|
|
</odoo>
|
|
|