bzr revid: fp@tinyerp.com-20110925222445-vcji6x4ww9ve2lf0
This commit is contained in:
Fabien Pinckaers 2011-09-26 00:24:45 +02:00
commit 42baed019e
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ class account_cash_statement(osv.osv):
})
vals.update({
'date': time.strftime("%Y-%m-%d %H:%M:%S"),
'state': 'open',
})
self.write(cr, uid, [statement.id], vals, context=context)