Skip to content

Commit

Permalink
Merge PR #769 into 16.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 fa6d728 + 7704695 commit 7d7ac9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7d7ac9c

Please sign in to comment.