Commit Graph

185 Commits (fb0b4c516c8c5f6c8b967551625c9b39424e435a)

Author SHA1 Message Date
Pedro M. Baeza fb0b4c516c [MIG] mass_mailing_unique: Migration to 10.0 2018-06-29 08:31:41 +01:00
OCA Transbot 2d9dfe25b5 OCA Transbot updated translations from Transifex 2018-06-29 08:31:41 +01:00
Pedro M. Baeza 929eeee6e1 [IMP] mass_mailing_unique: Add tests 2018-06-29 08:31:41 +01:00
cubells 27dc215954 [9.0] [MIG] mass_mailing_unique module 2018-06-29 08:31:41 +01:00
Jairo Llopis 4abf944fcd [ADD] mass_mailing_unique: Avoid duplicates.
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.
2018-06-29 08:31:41 +01:00
OCA Git Bot e31a852b11 [ADD] setup.py 2018-06-21 05:32:24 +02:00
OCA Git Bot 8a023b538a [UPD] README.rst 2018-06-21 05:32:24 +02:00
oca-travis 4b4e9c9976 [UPD] Update mass_mailing_partner.pot 2018-06-20 22:21:05 +00:00
oca-travis e42b324c46 [UPD] Update mass_mailing_custom_unsubscribe.pot 2018-06-20 22:21:04 +00:00
Pedro M. Baeza bab34b4c23
Merge pull request #277 from ernestotejeda/11.0-mig-mass_mailing_partner
11.0 mig mass_mailing_partner
2018-06-21 00:15:36 +02:00
ernesto ac6bb81a18 [MIG] mass_mailing_partner: Migration to 11.0 2018-06-21 00:03:27 +02:00
David Vidal cdd5a2ea9a [FIX] mass_mailing_partner: compute fields performance (#271)
- In DB which use large amounts of records and intesive use of
mass_mailings, not optimized compute records lead to a drastical
decrease of performance
2018-06-20 11:57:07 +02:00
OCA Transbot 83d16b1eeb OCA Transbot updated translations from Transifex 2018-06-20 11:57:07 +02:00
Pedro M. Baeza aa294e5255 [FIX+IMP] mass_mailing_list_dynamic: tests, icons, filters... (#211)
* [FIX+IMP] mass_mailing_list_dynamic: tests, icons, filters...

* Brand new icon
* Added feature of loading an existing filter as criteria
* Tests as SavepointCase for optimizing times
* Tests in post-install for avoiding errors on res.partner not null constraints
  when several modules added them.
* Updated documentation.
* Fix mock in test for not commiting test data.

* [FIX] mass_mailing_list_dynamic: Wasn't able to create contacts in fully synced lists

Syncing context was being set in the wrong object. Added to test too.

* [FIX] mass_mailing_list_dynamic: Allow to write back vals from res.partner

Module mass_mailing_partner writes back certain values from partner to
mass_mailing_contact. Module should allow that write operation.
2018-06-20 11:57:07 +02:00
OCA Transbot 78366aee82 OCA Transbot updated translations from Transifex 2018-06-20 11:57:07 +02:00
Jairo Llopis 4a0045c340 [FIX] mass_mailing_partner: Allow unprivileged users to edit partners
Without this patch, users without access to reading and editing mass mailing contact records are now unable to change a partner's name or email. They'd recieve an exception such as:

    AccessError: Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:
    - Mass Mailing/User

    (Document model: mail.mass_mailing.contact)

Restrictive ACLs shouldn't restrict normal user operation nor DB consistency, so using sudo mode now and testing behavior.
2018-06-20 11:57:07 +02:00
OCA Transbot 982c472b1f OCA Transbot updated translations from Transifex 2018-06-20 11:57:07 +02:00
David Vidal 1657e77406 [MIG] mass_mailing_partner: Migration to 10.0 2018-06-20 11:57:07 +02:00
OCA Transbot 262b6671f0 OCA Transbot updated translations from Transifex 2018-06-20 11:57:07 +02:00
Jairo Llopis f25249c911 [FIX] mass_mailing_partner: Several things:
* Exclude opt_out.

  Now opted-out records will not be counted in the "Mailing lists" smart button
  in the partner form.

* Avoid duplicate error.

  By indicating the exact `partner_id` and ensuring no contacts associated to it are found, you avoid possible duplication errors when several partners share the same name or email.
2018-06-20 11:57:07 +02:00
OCA Transbot 1ff91477c9 OCA Transbot updated translations from Transifex 2018-06-20 11:57:07 +02:00
Antonio Espinosa 50cbb70073 Link mail statistics to partner (#104)
[IMP] mass_mailing_partner: Link mail statistics to partner
2018-06-20 11:57:07 +02:00
OCA Transbot 88231e493e OCA Transbot updated translations from Transifex 2018-06-20 11:57:07 +02:00
Javier Iniesta 627b238a5a mass_mailing_partner 2018-06-20 11:57:07 +02:00
Pedro M. Baeza aaa3cb506d
Merge pull request #287 from ernestotejeda/11.0-fixbug-testing-mass_mailing_custom_unsubscribe
mass_mailing_custom_unsubscribe: Fix testing error
2018-06-20 09:12:17 +02:00
ernesto 9f124542a2 mass_mailing_custom_unsubscribe: Fix testing error
Fix assertIn error thrown in testing mode
2018-06-19 13:11:38 -04:00
c2cdidier 7f5d0cfb31 Translated using Weblate (French)
Currently translated at 80.0% (44 of 55 strings)

Translation: social-11.0/social-11.0-mass_mailing_custom_unsubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mass_mailing_custom_unsubscribe/fr/
2018-06-19 10:00:44 +00:00
c2cdidier 97c591e2c9 Translated using Weblate (French)
Currently translated at 16.7% (4 of 24 strings)

Translation: social-11.0/social-11.0-mail_tracking_mailgun
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking_mailgun/fr/
2018-06-19 10:00:36 +00:00
c2cdidier 9e7d341ce5 Translated using Weblate (French) [ci skip]
Currently translated at 100.0% (82 of 82 strings)

Translation: social-11.0/social-11.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/fr/
2018-06-18 09:41:11 +00:00
c2cdidier 66d23b9c5a Translated using Weblate (French) [ci skip]
Currently translated at 100.0% (3 of 3 strings)

Translation: social-11.0/social-11.0-mail_restrict_follower_selection
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_restrict_follower_selection/fr/
2018-06-18 09:40:14 +00:00
c2cdidier 5bcc403234 Translated using Weblate (French) [ci skip]
Currently translated at 100.0% (4 of 4 strings)

Translation: social-11.0/social-11.0-base_search_mail_content
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-base_search_mail_content/fr/
2018-06-18 09:39:21 +00:00
OCA Git Bot d6d35171a4 [ADD] setup.py 2018-06-18 05:31:24 +02:00
OCA Git Bot 1354cf7fe9 [UPD] README.rst 2018-06-18 05:31:24 +02:00
oca-travis 83ac3d285b [UPD] Update mass_mailing_custom_unsubscribe.pot 2018-06-17 19:58:33 +00:00
oca-travis ef48d0fba7 [UPD] Update mail_tracking_mailgun.pot 2018-06-17 19:58:32 +00:00
oca-travis 5d06473f5e [UPD] Update mail_tracking.pot 2018-06-17 19:58:31 +00:00
oca-travis 7617f4526b [UPD] Update mail_restrict_follower_selection.pot 2018-06-17 19:58:30 +00:00
oca-travis 45c1a6902b [UPD] Update mail_digest.pot 2018-06-17 19:58:29 +00:00
oca-travis a7084de3f2 [UPD] Update mail_debrand.pot 2018-06-17 19:58:28 +00:00
oca-travis 0d24307efb [UPD] Update mail_attach_existing_attachment.pot 2018-06-17 19:58:28 +00:00
oca-travis b787cb59e3 [UPD] Update email_template_qweb.pot 2018-06-17 19:58:27 +00:00
oca-travis e8181991f8 [UPD] Update base_search_mail_content.pot 2018-06-17 19:58:27 +00:00
Pedro M. Baeza ad1611287a
Merge pull request #285 from OCA/sbidoul/readme-patch-1
[FIX] do not use section titles in readme fragments
2018-06-17 21:48:40 +02:00
Stéphane Bidoul (ACSONE) 3a9c83782e
[FIX] do not use section titles in readme fragments
This creates inconsistency issues when assembling them in the README.
2018-06-16 09:56:30 +02:00
Stéphane Bidoul (ACSONE) 345b10a762
remove obsolete .pot files [ci skip] 2018-06-15 23:43:08 +02:00
ernesto af56e7238a mail_attach_existing_attachment: remove comment
Remove unnecessary line-comment in testing file
2018-06-13 17:46:55 +02:00
ernesto 3c75110af3 [MIG] mail_attach_existing_attachment: Migration to 11.0 2018-06-13 17:46:55 +02:00
OCA Transbot 15d9f0b188 OCA Transbot updated translations from Transifex 2018-06-13 17:46:55 +02:00
Damien Bouvy f58cefa1fd [MIG] mail_attach_existing_attachment: Migrated to 10.0 2018-06-13 17:46:55 +02:00
Pedro M. Baeza 5772b2f0e6 [MIG] Make modules uninstallable and Rename manifest files 2018-06-13 17:46:55 +02:00