[MOD/IMP] hr_payroll : Improvementin yml

bzr revid: amp@tinyerp.com-20101004120723-1rm0krq66x65qf4w
This commit is contained in:
AMP (OpenERP) 2010-10-04 17:37:23 +05:30
parent afe202a227
commit f9c1a32a70
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,11 @@
I test the 'Payment Advice' in order to check the hr_payroll in OpenERP
-
I Create a bank record
-
!record {model: res.bank, id: res_bank_0}:
name: Argenta
-
I Create a bank record for a partner
-
!record {model: res.partner.bank, id: res_partner_bank_0}:
acc_number: '987654321'
@ -9,6 +14,7 @@
sequence: 0.0
name: Fortis
state: bank
bank: res_bank_0
-
I create a new employee “Richard”
-