Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-900271-mdi into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #900271 in OpenERP Addons: "Bank Statement : Not able to create bank 
statement with statement lines"
  https://bugs.launchpad.net/openobject-addons/+bug/900271

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-900271-mdi/+merge/84725

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/900271 
"Bank Statement : Not able to create bank statement with statement lines".

Thanks and Regards,

Divyesh Makwana(MDI)
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-900271-mdi/+merge/84725
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-900271-mdi.
=== modified file 'account/account_bank_statement.py'
--- account/account_bank_statement.py	2011-12-01 09:02:11 +0000
+++ account/account_bank_statement.py	2011-12-07 08:51:25 +0000
@@ -34,7 +34,7 @@
             for line in vals['line_ids']:
                 seq += 1
                 line[2]['sequence'] = seq
-                new_line_ids += tuple(line)
+                new_line_ids.append(tuple(line))
             vals['line_ids'] = new_line_ids
         return super(account_bank_statement, self).create(cr, uid, vals, context=context)
 

_______________________________________________
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