diff --git a/l10n_mx_facturae/models/email_template.py b/l10n_mx_facturae/models/email_template.py index c24134b6e2b3eb292504a482f66aa3135d3f1a8e..35f1af726c4410fd50305cdca29f0637e686a077 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.