correct problem for sending invoice emails

This commit is contained in:
Kristof Bernaert
2026-02-01 18:25:50 +01:00
parent 29fd611b40
commit 80872e4660
7 changed files with 98 additions and 75 deletions
@@ -1,6 +1,6 @@
def action_send_and_print(self):
_logger.error("🔥 ACCOUNT.INVOICE.SEND action_send_and_print CALLED")
_logger.error("🔥 Wizard partner_ids: %s", self.partner_ids.ids)
# _logger.error("🔥 ACCOUNT.INVOICE.SEND action_send_and_print CALLED")
# _logger.error("🔥 Wizard partner_ids: %s", self.partner_ids.ids)
ctx = dict(self.env.context)