Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
chienandalu committed Aug 3, 2017
1 parent 1fcea10 commit 5c095f6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 142 deletions.
1 change: 1 addition & 0 deletions mass_mailing_partner/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"version": "10.0.1.0.0",
"author": "Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://www.tecnativa.com",
"license": "AGPL-3",
"category": "Marketing",
"depends": [
Expand Down
140 changes: 0 additions & 140 deletions mass_mailing_partner/i18n/mass_mailing_partner.pot

This file was deleted.

2 changes: 1 addition & 1 deletion mass_mailing_partner/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _check_email_mass_mailing_contacts(self):
if self.mass_mailing_contact_ids and not self.email:
raise ValidationError(
_("This partner '%s' is subscribed to one or more "
"mailing lists. Email must be assigned." % self.name))
"mailing lists. Email must be assigned.") % self.name)

@api.multi
@api.depends('mass_mailing_contact_ids',
Expand Down
1 change: 0 additions & 1 deletion mass_mailing_partner/wizard/partner_mail_list_wizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<footer>
<button string="Add contacts to mailing list" name="add_to_mail_list"
type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>
Expand Down

0 comments on commit 5c095f6

Please sign in to comment.