[IMP] account_followup: Improved ymls.

bzr revid: uco@tinyerp.com-20111219131823-1l8yszpp7fq5p3y2
This commit is contained in:
Ujjvala Collins (OpenERP) 2011-12-19 18:48:23 +05:30
parent 5862510834
commit 22087c3bfe
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
-
In order to test account followup module in OpenERP, I change the state of invoice to "open".
-
!python {model: account.invoice}: |
self.write(cr, uid, [ref("account.demo_invoice_0")], {"check_total": 14.0})
!record {model: account.invoice, id: account.demo_invoice_0}:
check_total: 14.0
-
!workflow {model: account.invoice, action: invoice_open, ref: account.demo_invoice_0}
-

View File

@ -1,5 +1,5 @@
-
In order to test the report i print a followup report.
In order to test the report I print followup report.
-
!python {model: account.followup.print.all}: |
import time