diff --git a/mail_bcc/__openerp__.py b/mail_bcc/__openerp__.py index 2f5037a1..63cc17fa 100644 --- a/mail_bcc/__openerp__.py +++ b/mail_bcc/__openerp__.py @@ -23,12 +23,8 @@ { 'name': 'Mail BCC', - 'summary': 'Blind Carbon Copy available on mails', - 'description': """ -Adds a BCC field to mail templates and uses them to send a separate - copy of the mail to the BCC recipient. -""", - 'version': '0.1', + 'summary': 'Blind Carbon Copy for mail templates', + 'version': '9.0.1.0.0', 'license': 'AGPL-3', 'author': """Juan Formoso , Tom Palan , Odoo Community Association (OCA)""", diff --git a/mail_bcc/models/mail_template.py b/mail_bcc/models/mail_template.py index 232e2074..a276efe0 100644 --- a/mail_bcc/models/mail_template.py +++ b/mail_bcc/models/mail_template.py @@ -108,7 +108,6 @@ class MailTemplate(models.Model): return multi_mode and results or results[res_ids[0]] - @api.multi def generate_recipients(self, results, res_ids): """Generates the recipients of the template. Default values can ben generated