← Back to team overview

openerp-india team mailing list archive

[Bug 1204545] Re: bug l10n_be_coda: structured communication get truncate with address

 

Hello,

I request to RD team the create/use the appropriate coda file and then
double check this issue.

Currently I am assigning this to RD team and set as a "Triaged" , So our
RD team will take decision on it.

Thank you!

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: New => Triaged

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
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 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/openobject-addons/+bug/1204545/+subscriptions


References