Commit Graph

14 Commits

Author SHA1 Message Date
david
8a3d9bef2d [FIX] mass_mailing_partner: wrong company implementation
See issue https://github.com/OCA/social/issues/776
2022-01-01 16:22:49 +01:00
Víctor Martínez
6c0571c26d [IMP] mass_mailing_partner: Add test related to write with multi-partner 2022-01-01 16:22:49 +01:00
Víctor Martínez
2a8d15882a [FIX] mass_mailing_partner: Fix partner merge error (dupplicate mass_mailing contacts) 2022-01-01 16:22:48 +01:00
Manuel Calero Solís
42c07c3166 Deleted comment line 2022-01-01 16:22:47 +01:00
Manuel Calero Solís
06ae596f21 Delete empty line 2022-01-01 16:22:47 +01:00
Manuel Calero
7a5bc7090e [MIG] mass_mailing_partner: Migration to 13.0 2022-01-01 16:22:47 +01:00
Manuel Calero
eda99e3607 [IMP] mass_mailing_partner: black, isort 2022-01-01 16:22:47 +01:00
ernesto
e6eec5d271 mass_mailing_partner: Improve wizard behavior
For each partner, if already has a contact it's added to the selected
list, otherwise a new one is created
2022-01-01 16:22:47 +01:00
Sergio Teruel
8e47af7cbc [12.0][MIG] mass_mailing_partner: Migration to v12.0 2022-01-01 16:22:47 +01:00
ernesto
a5b869b487 [MIG] mass_mailing_partner: Migration to 11.0 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
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
Javier Iniesta
f68c4dd201 mass_mailing_partner 2022-01-01 16:22:46 +01:00