Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] a_s_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.
- Loading branch information