Skip to content

Commit

Permalink
fixup! linter
Browse files Browse the repository at this point in the history
  • Loading branch information
damdam-s committed Jan 15, 2025
1 parent ec64b62 commit 0f9b634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _get_composer_context(self, records, mass_mail=False, overwrite=None):
if mass_mail:
ctx["active_ids"] = records.ids
else:
ctx["default_res_ids"] = self.partner_01.id
ctx["default_res_ids"] = self.partner_01.ids
ctx.update(overwrite)
return ctx

Expand Down

0 comments on commit 0f9b634

Please sign in to comment.