Files
bank-statement-import/account_statement_import_base/models
Rémy Taymans d4dfcd5740 [FIX] account_statement_import_base: sanitized acc number
The field acc_number in the database is not sanitized by default.

This leads to account_bank_statement_line with an empty partner_id
because the check done in _statement_line_import_update_hook()
uses the sanitized_acc_number instead of the acc_number.

For a right comparison the sanitized version of the acc_number should be
put in the speeddict.
2024-10-20 13:20:58 +02:00
..