Skip to content

Commit

Permalink
[FIX] Tick destination record for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-tabut authored and ntsirintanis committed Mar 12, 2024
1 parent b6dd751 commit 5b18031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mass_merge/models/record_merge_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def onchange_destiny(self):
if self.destiny:
self.merge_id.id_line_ids.filtered(
lambda l: l.id != self.id
).write({'destiny': False})
).write({'destiny': True})


class RecordMergeRelationField(models.Model):
Expand Down

0 comments on commit 5b18031

Please sign in to comment.