diff --git a/account_reconcile_oca/models/account_bank_statement_line.py b/account_reconcile_oca/models/account_bank_statement_line.py index 04cebaf6..804464db 100644 --- a/account_reconcile_oca/models/account_bank_statement_line.py +++ b/account_reconcile_oca/models/account_bank_statement_line.py @@ -294,6 +294,7 @@ class AccountBankStatementLine(models.Model): self.manual_partner_id and self.manual_partner_id.name_get()[0] or False ) != line.get("partner_id") + or self.analytic_distribution != line.get("analytic_distribution", False) ) def _get_manual_delete_vals(self):