hr_timesheet_invoice: fix tabs in yml test.

bzr revid: p_christ@hol.gr-20101127201622-1ejourg60zu0si5i
This commit is contained in:
P. Christeas 2010-11-27 22:16:22 +02:00
parent d07eb4c18c
commit 543cc3253d
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@
I check that Invoice is created for this timesheet.
-
!python {model: account.analytic.line}: |
account_id = self.pool.get('account.analytic.line')
accounts = account_id.browse(cr, uid, [ref("account_analytic_line_developyamlforhrmodule0")])[0]
account_id = self.pool.get('account.analytic.line')
accounts = account_id.browse(cr, uid, [ref("account_analytic_line_developyamlforhrmodule0")])[0]
exp = self.browse(cr, uid, [ref('account_analytic_line_developyamlforhrmodule0')])[0]
analytic_account_obj = self.pool.get('account.analytic.account')
data = self.pool.get('hr.timesheet.invoice.create').read(cr, uid, [ref("hr_timesheet_invoice_create_0")], [], context)[0]