Commit Graph

8 Commits (a8fe50b7733c64fd6ee9940a749eb99ffae58d5d)

Author SHA1 Message Date
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
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
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
David Vidal 1657e77406 [MIG] mass_mailing_partner: Migration to 10.0 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
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
Javier Iniesta 627b238a5a mass_mailing_partner 2018-06-20 11:57:07 +02:00