Skip to content

Commit

Permalink
[ADD] Add payslip demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
hugho-ad committed Feb 18, 2019
1 parent 03ea5f9 commit fbd1d42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addons/hr_payroll_account/data/hr_payroll_account_demo.xml
Expand Up @@ -3,4 +3,11 @@
<record id="hr_payroll.hr_employee_payroll" model="hr.employee">
<field name="address_home_id" ref="base.res_partner_main2"/>
</record>

<record id="hr_payslip_test" model="hr.payslip">
<field name="name">Payroll Test</field>
<field name="employee_id" ref="hr.employee_qdp"/>
<field name="contract_id" ref="hr_payroll.hr_contract_gilles_gravie"/>
</record>

</odoo>

0 comments on commit fbd1d42

Please sign in to comment.