[FIX] point_of_sale: remove an useless test

bzr revid: stw@openerp.com-20120821082356-dr4vdka5u796ho9w
This commit is contained in:
Stephane Wirtel 2012-08-21 10:23:56 +02:00
parent ca93a52e64
commit c803243a38
1 changed files with 0 additions and 6 deletions

View File

@ -9,9 +9,3 @@
-
!python {model: pos.open.statement}: |
self.open_statement(cr, uid, [ref('new_statement_open')], context={})
-
I check that I have some bank statements open for the admin user
-
!python {model: account.bank.statement}: |
ids = self.search(cr, uid, [('state', 'in', ('open','new')), ('user_id', '=', 1)])
assert (len(ids)>0), 'No statement open for the admin user!'