← Back to team overview

banking-addons-team team mailing list archive

[Bug 1223834] Re: [7.0] account_statement_base_import - AccountStatementLine. _insert_lines the module doesn't handle correctly sparse fields of type 'char' referencing a serialisable field

 

** Changed in: banking-addons
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Banking
Addons Core Editors, which is subscribed to Banking Addons.
https://bugs.launchpad.net/bugs/1223834

Title:
  [7.0]  account_statement_base_import -  AccountStatementLine.
  _insert_lines  the module doesn't handle correctly sparse fields of
  type 'char' referencing a serialisable field

Status in OpenERP Banking Addons:
  Fix Released

Bug description:
  If you add a new column to the model  'account.bank.statement.line' as

  'partner_acc_number': fields.sparse(
              type='char',
              string='Account Number',
              size=64,
              serialization_field='additionnal_bank_fields',
              help="Account number of the partner"),

  values filled during the import process for the new field are not
  stored in the database.

  The bug can be reproduced by running tests of lp:~acsone-openerp/+junk
  /coda-completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/banking-addons/+bug/1223834/+subscriptions