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.
10 lines
433 B
10 lines
433 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo noupdate="1">
|
|
<record id="hr_payroll_community.structure_base" model="hr.payroll.structure">
|
|
<field name="rule_ids"
|
|
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')])]"/>
|
|
</record>
|
|
</odoo>
|