[FIX]account_followup : fix bug in test where year was hardcoded and it is not the case in the demo data

bzr revid: csn@openerp.com-20130102093405-sw93j72ukkqzr9cd
This commit is contained in:
Cedric Snauwaert 2013-01-02 10:34:05 +01:00
parent 749fb95551
commit 8a90401507
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
-
!record {model: account.invoice, id: account.demo_invoice_0}:
check_total: 14.0
date_invoice: 2012-06-2
date_invoice: !eval "'%s-06-2' %(datetime.now().year)"
invoice_line:
- account_id : account.a_sale
name: 'Test PC'