Ravi Gohil (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-515712-rgo into
lp:openobject-addons/6.0.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-515712-rgo/+merge/97600
Hello,
>From Bank Statements form view, when you import payment lines using wizard,
>the date in the statement line is not same as the payment line.
This fixes the issue. Kindly review this fix.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-515712-rgo/+merge/97600
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-515712-rgo.
=== modified file 'account_payment/wizard/account_payment_populate_statement.py'
--- account_payment/wizard/account_payment_populate_statement.py 2012-02-21 09:53:04 +0000
+++ account_payment/wizard/account_payment_populate_statement.py 2012-03-15 10:01:26 +0000
@@ -113,6 +113,7 @@
'statement_id': statement.id,
'ref': line.communication,
'voucher_id': voucher_id,
+ 'date': line.date or time.strftime('%Y-%m-%d'),
}, context=context)
line_obj.write(cr, uid, [line.id], {'bank_statement_line_id': st_line_id})
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp