Skip to content
Snippets Groups Projects
Commit 42baed01 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

merge

bzr revid: fp@tinyerp.com-20110925222445-vcji6x4ww9ve2lf0
parents c0b3e814 88eb5db7
No related branches found
No related tags found
No related merge requests found
...@@ -302,7 +302,6 @@ class account_cash_statement(osv.osv): ...@@ -302,7 +302,6 @@ class account_cash_statement(osv.osv):
}) })
vals.update({ vals.update({
'date': time.strftime("%Y-%m-%d %H:%M:%S"),
'state': 'open', 'state': 'open',
}) })
self.write(cr, uid, [statement.id], vals, context=context) self.write(cr, uid, [statement.id], vals, context=context)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment