Skip to Content
Menu
This question has been flagged
1 Reply
1492 Views

I have been facing this error when importing bank accounts  The values for the fields 'sanitized_acc_number, company_id' already exist (they are probably 'Sanitized Account Number, Company' in the current model). at multiple rows 

what does this mean? a bank account is already in the system or what?

Avatar
Discard
Best Answer

Hi,

For bank accounts (res.partner.bank) model there is a constrains that the sanitized_acc_number ( Sanitized Account Number) has to be unique per company. May be this is violated and thus you received this message ?

Thanks

Avatar
Discard