Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.0] [MIG] mass_mailing_unique module #136

Merged
merged 4 commits into from
Jan 3, 2017

Conversation

cubells
Copy link
Sponsor Member

@cubells cubells commented Nov 30, 2016

  • Updated README

@Tecnativa

@cubells cubells force-pushed the 9.0-mig-mass_mailing_unique branch 2 times, most recently from 7e60faf to 016b5d2 Compare November 30, 2016 20:16
Copy link
Member

@yajo yajo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking, but nice to have.

if errors:
raise ValidationError(
_("Fix this before installing:") +
"".join("\n" + e for e in errors))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we test this hook (maybe with mock) to get 100% coverage?

Copy link
Member

@rafaelbn rafaelbn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@pedrobaeza
Copy link
Member

Please add the said test and squash commits

@rafaelbn rafaelbn added this to the 9.0 milestone Dec 22, 2016
@pedrobaeza pedrobaeza mentioned this pull request Jan 3, 2017
31 tasks
Jairo Llopis and others added 4 commits January 3, 2017 18:39
This new module avoids duplicates in mass mailing lists.

Now you cannot have 2 lists with the same name, and you cannot have the same
email repeated in a list.

This will avoid sending the same mail to a contact repeated times, which will
disturb him and most probably cause you to be blocked as spam.
@pedrobaeza pedrobaeza merged commit c388807 into OCA:9.0 Jan 3, 2017
@pedrobaeza pedrobaeza deleted the 9.0-mig-mass_mailing_unique branch January 3, 2017 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants