Hello,
When trying to import bank account data in OpenERP7, I get the error :
Unknown error during import: <class 'openerp.osv.orm.except_orm'>: ('ValidateError', u'Une erreur est apparue lors de la validation du/des champ(s) bic: \nPlease define BIC/Swift code on bank for bank type IBAN Account to make valid payments') à la ligne 2
But the BIC field is present in the file I attempt to import. Here are the fields included in my csv file :
id
property_account_receivable/id
property_account_payable/id
notification_email_send
name
bank_ids/state
bank_ids/mandate_ids/scheme
bank_ids/mandate_ids/company_id
bank_ids/mandate_ids/type
bank_ids/mandate_ids/recurrent_sequence_type
bank_ids/mandate_ids/signature_date
bank_ids/acc_number
bank_ids/bank_bic
And I cannot find another BIC field in the different fields which are proposed when I export the initial file that I use to build my import file.