[FIX] hr_payroll, hr_payroll_account, hr_recruitment: fix missing ref in tests

bzr revid: rco@openerp.com-20111222142257-2w8y8ocplzllv9rw
This commit is contained in:
Raphael Collet 2011-12-22 15:22:57 +01:00
parent faf29c38d0
commit 479af749b9
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
!record {model: hr.employee, id: hr_employee_richard0}:
birthday: '1984-05-01'
country_id: base.be
department_id: hr.dep_it
department_id: hr.dep_rd
gender: male
name: Richard
-

View File

@ -17,7 +17,7 @@
birthday: '1984-05-01'
children: 0.0
country_id: base.in
department_id: hr.dep_it
department_id: hr.dep_rd
gender: male
marital: single
name: John

View File

@ -93,7 +93,7 @@
name: 'Programmer'
partner_phone: '6630125'
job_id: hr.job_developer
department_id: hr.dep_it
department_id: hr.dep_rd
salary_expected: 11000.0
-