[IMP] hr_timesheet_invoice: code cleanup unused import.

bzr revid: tta@openerp.com-20130201050551-1v45eut2toek9g7x
This commit is contained in:
Tejas Tank 2013-02-01 10:35:51 +05:30
parent 0b7fe8278e
commit 263e0cf482
2 changed files with 0 additions and 4 deletions

View File

@ -115,6 +115,4 @@
I click on "Create Invoice" button to create Invoice and validate the invoice.
-
!python {model: hr.timesheet.invoice.create.final}: |
import netsvc
wkf_service = netsvc.LocalService("workflow")
res = self.do_create(cr, uid, [ref("hr_timesheet_invoice_create_final_0")], {"active_ids": [ref("account.analytic_agrolait")]})

View File

@ -114,6 +114,4 @@
I click on "Create Invoice" button to create Invoice and validate the invoice.
-
!python {model: hr.timesheet.invoice.create.final}: |
import netsvc
wkf_service = netsvc.LocalService("workflow")
res = self.do_create(cr, uid, [ref("hr_timesheet_invoice_create_final_0")], {"active_ids": [ref("account.analytic_agrolait")]})