[IMP] hr_payroll: corrected m2m field rule_ids in demo data

bzr revid: mtr@mtr-20110412084435-e9wmpo4c0thm9954
This commit is contained in:
mtr 2011-04-12 14:14:35 +05:30
parent 5f8574d16f
commit 6448821818
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<record id="structure_002" model="hr.payroll.structure">
<field name="code">MEQP</field>
<field name="name">Marketing Executive for Quentin Paolino</field>
<field eval="[(6, 0, [ref('hr_salary_rule_ca_paolino'),(hr_salary_rule_meal_voucher)])]" name="rule_ids"/>
<field eval="[(6, 0, [ref('hr_salary_rule_ca_paolino'), ref('hr_salary_rule_meal_voucher')])]" name="rule_ids"/>
<field name="company_id" ref="base.main_company"/>
<field name="parent_id" ref="structure_001"/>
</record>