Browse Source

removed description, style fixes

pull/93/head
Tom Palan 8 years ago
parent
commit
4a91a502d5
  1. 8
      mail_bcc/__openerp__.py
  2. 1
      mail_bcc/models/mail_template.py

8
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 <jfv@anubia.es>,
Tom Palan <thomas@palan.at>, Odoo Community Association (OCA)""",

1
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

Loading…
Cancel
Save