Commit Graph

7 Commits

Author SHA1 Message Date
OCA Transbot
ed5f1e866d OCA Transbot updated translations from Transifex 2022-01-01 16:22:46 +01:00
Jairo Llopis
646e0a8e00 [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.
2022-01-01 16:22:46 +01:00
David Vidal
89cfe6d1e9 [MIG] mass_mailing_partner: Migration to 10.0 2022-01-01 16:22:46 +01:00
Jairo Llopis
6c9bb91c02 [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.
2022-01-01 16:22:46 +01:00
Antonio Espinosa
6e50c7cb37 Link mail statistics to partner (#104)
[IMP] mass_mailing_partner: Link mail statistics to partner
2022-01-01 16:22:46 +01:00
OCA Transbot
65ec618b6d OCA Transbot updated translations from Transifex 2022-01-01 16:22:46 +01:00
Javier Iniesta
f68c4dd201 mass_mailing_partner 2022-01-01 16:22:46 +01:00