[IMP]: Minor Improvement in yaml file for hr_timesheet_invoice module.

bzr revid: atp@tinyerp.co.in-20100531082351-cfgsfdh5wcw3h7vp
This commit is contained in:
atp (Open ERP) 2010-05-31 13:53:51 +05:30
parent b5462c9b1b
commit fc672aaced
1 changed files with 5 additions and 5 deletions

View File

@ -17,14 +17,14 @@
unit_amount: 5.00
user_id: base.user_root
-
- |
Give partner name and price list in analytic account.
-
!record {model: account.analytic.account, id: account.analytic_sednacom}:
partner_id: base.res_partner_9
pricelist_id: product.list0
-
- |
I create invoice on analytic Line using "Invoice analytic Line" wizard.
Give date , detail of each work , time spend on that work on this wizard.
-
@ -37,7 +37,7 @@
product: hr_timesheet.product_consultant
time: 1
-
- |
I click on "Create Invoice" button of "Invoice analytic Line" wizard to create invoice.
-
!python {model: hr.timesheet.invoice.create}: |
@ -67,7 +67,7 @@
product_exp = data['product']
assert product == product_exp
-
- |
I creating a final invoice for "Sednacom" analytic account.
-
!record {model: hr.timesheet.invoice.create.final, id: hr_timesheet_invoice_create_final_0}:
@ -76,7 +76,7 @@
name: 1
price: 1
time: 1
-
- |
I click on "Create Invoice" button to create Invoice.
-
!python {model: hr.timesheet.invoice.create.final}: |