From b76d23198f8d972e318b0e9a422221bc852432d9 Mon Sep 17 00:00:00 2001 From: "angelica.fuentes" <angie8215@gmail.com> Date: Thu, 20 Jun 2024 12:51:17 -0600 Subject: [PATCH] feat(email.template): borrado de dos lineas borrado de dos lineas prueba 2 --- l10n_mx_facturae/models/email_template.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/l10n_mx_facturae/models/email_template.py b/l10n_mx_facturae/models/email_template.py index c24134b6e2..35f1af726c 100644 --- a/l10n_mx_facturae/models/email_template.py +++ b/l10n_mx_facturae/models/email_template.py @@ -11,9 +11,7 @@ class EmailTemplate(models.Model): _inherit = "email.template" @api.cr_uid_id_context - def generate_email_batch( - self, cr, uid, template_id, res_ids, context=None, fields=None - ): + """ Generates an email from the template for given (model, res_id) pair. -- GitLab