Skip to content

Commit

Permalink
Merge PR #765 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 17, 2024
2 parents 59f3a4b + 7bb5bda commit 5e11613
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def _check_line_changed(self, line):
or self.manual_name != line["name"]
or (self.manual_partner_id and self.manual_partner_id.display_name or False)
!= line.get("partner_id")
or self.analytic_distribution != line.get("analytic_distribution", False)
)

def _get_manual_delete_vals(self):
Expand Down

0 comments on commit 5e11613

Please sign in to comment.