Rifakat (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.0-opw-574251-rha 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-574251-rha/+merge/104551

Hello,

While we importing invoices into Bank statement, relevant bank statement lines' 
date will have date of bank statement's. Previously statement lines were 
created with current date.

Please review this fix.

Regards,
Rifakat Haradwala

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-574251-rha/+merge/104551
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-opw-574251-rha.
=== modified file 'account_voucher/wizard/account_statement_from_invoice.py'
--- account_voucher/wizard/account_statement_from_invoice.py	2011-08-03 09:20:23 +0000
+++ account_voucher/wizard/account_statement_from_invoice.py	2012-05-03 12:52:25 +0000
@@ -118,7 +118,7 @@
                 'statement_id': statement_id,
                 'ref': line.ref,
                 'voucher_id': voucher_id,
-                'date': time.strftime('%Y-%m-%d'), #time.strftime('%Y-%m-%d'), #line.date_maturity or,
+                'date': statement.date,
             }, context=context)
         return {'type': 'ir.actions.act_window_close'}
 

_______________________________________________
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

Reply via email to