diff --git a/account_bank_statement_import_auto_reconcile/models/account_bank_statement_import_auto_reconcile_exact_amount.py b/account_bank_statement_import_auto_reconcile/models/account_bank_statement_import_auto_reconcile_exact_amount.py index e86d10f..c56dfb3 100644 --- a/account_bank_statement_import_auto_reconcile/models/account_bank_statement_import_auto_reconcile_exact_amount.py +++ b/account_bank_statement_import_auto_reconcile/models/account_bank_statement_import_auto_reconcile_exact_amount.py @@ -35,7 +35,9 @@ class AccountBankStatementImportAutoReconcileExactAmount(models.AbstractModel): sign = -1 domain = [ - '|', '|', '|', + '|', '|', '|', '|', '|', + ('move_id.ref', operator, statement_line.ref or ''), + ('move_id.name', operator, statement_line.name or ''), ('ref', operator, statement_line.ref or ''), ('name', operator, statement_line.name or ''), ('ref', operator, statement_line.name or ''),