Merge lp:~openerp-dev/openobject-addons/trunk-bug-847581-bde into lp:openobject-addons

Proposed by Bharat Devnani (Open ERP)
Status: Merged
Merged at revision: 5207
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-847581-bde
Merge into: lp:openobject-addons
Diff against target: 11 lines (+0/-1)
1 file modified
account/account_cash_statement.py (+0/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-847581-bde
Reviewer Review Type Date Requested Status
Mustufa Rangwala (Open ERP) (community) Approve
qdp (OpenERP) Pending
Review via email: mp+75147@code.launchpad.net

Description of the change

Hello Sir,

I have done some modification in def button_open of account_cash_statement.py of account module.

Thanks & Regards,
Devnani Bharat R.

To post a comment you must log in.
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/account_cash_statement.py'
2--- account/account_cash_statement.py 2011-07-01 23:41:24 +0000
3+++ account/account_cash_statement.py 2011-09-15 11:02:31 +0000
4@@ -340,7 +340,6 @@
5 })
6
7 vals.update({
8- 'date': time.strftime("%Y-%m-%d %H:%M:%S"),
9 'state': 'open',
10 })
11 self.write(cr, uid, [statement.id], vals, context=context)

Subscribers

People subscribed via source and target branches

to all changes: