Skip to content

Commit

Permalink
temp rebasing PR 639 (0dcc0f6)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc authored Feb 6, 2025
2 parents 6e9ceb7 + 0dcc0f6 commit 493bd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_debt_report/wizard/account_debt_report_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def send_by_email(self):
'account_debt_report.email_template_debt_detail').id,
'default_partner_to': '{{ object.id or \'\' }}',
}
self = self.with_context(context)
self = self.with_context(**context)
return {
'name': _('Send by Email'),
'type': 'ir.actions.act_window',
Expand Down

0 comments on commit 493bd98

Please sign in to comment.