diff --git a/account_reconcile_oca/models/account_bank_statement_line.py b/account_reconcile_oca/models/account_bank_statement_line.py index 04cebaf6f..804464db2 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 @@ def _check_line_changed(self, line): 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):