Hello Houssine, I have fixed this issue into lp:~openerp-dev/openobject- addons/7.0-595797-opw-skh branch with,
Revision ID: [email protected] Revision Number: 9359 This branch is under the review of our experts and will be merge soon into stable 7.0 once approved. Thanks & Regards, Somesh Khare OpenERP Support Enterprise ** Also affects: ocb-addons Importance: Undecided Status: New ** Also affects: ocb-addons/7.0 Importance: Undecided Status: New ** Changed in: ocb-addons/7.0 Status: New => Fix Committed ** Branch linked: lp:~openerp-dev/openobject-addons/7.0-595797-opw-skh -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/1204545 Title: bug l10n_be_coda: structured communication get truncate with address Status in OpenERP Community Backports (Addons): Fix Committed Status in OpenERP Community Backports (Addons) 7.0 series: Fix Committed Status in OpenERP Addons (modules): Triaged Bug description: Hi, I've met another bug in the coda module. while parsing the coda file you can have to type of communication : - structured communication - free communication but at line 202 http://bazaar.launchpad.net/~openerp/openobject- addons/7.0/view/head:/l10n_be_coda/wizard/account_coda_import.py#L202 the process concat the address of the partner to a structured communication which is totally false. it should check first if the 'communication_struct' is equal to False to do it so the code should be like the following statement['lines'][-1]['counterpartyName'] = rmspaces(line[47:82]) if statement['lines'][-1]['communication_struct'] == False : statement['lines'][-1]['communication'] += rmspaces(line[82:125]) The code as it is won't let the matching of the structured communication perform on the ones saved in invoices as they never match Thanks for your help Houssine To manage notifications about this bug go to: https://bugs.launchpad.net/ocb-addons/+bug/1204545/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

