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

Bug #1223834 reported by Laurent Mignon (Acsone)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Banking Addons
Fix Released
Undecided
Unassigned

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

Related branches

Changed in banking-addons:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.