Commit Graph

20 Commits

Author SHA1 Message Date
emagdalenaC2i
9ac22d2db7 [MIG] mass_mailing_partner: Migration to 15.0 2022-01-01 18:41:58 +01:00
OCA-git-bot
4cbdfcac3e mass_mailing_partner 14.0.1.0.1 2022-01-01 16:22:50 +01:00
Areeb Siddiqi
ff33c3a924 [MIG] mass_mailing_partner: Migration to 14.0
[FIX] super(Class, self) changed to super() in mass_mailing_partners
2022-01-01 16:22:49 +01:00
Areeb Siddiqi
789343cc9c [IMP] mass_mailing_partner: black, isort, prettier 2022-01-01 16:22:49 +01:00
OCA-git-bot
fe509ac9fe mass_mailing_partner 13.0.1.1.0 2022-01-01 16:22:49 +01:00
OCA-git-bot
591fdb16ab mass_mailing_partner 13.0.1.0.6 2022-01-01 16:22:49 +01:00
OCA-git-bot
0c8846182d mass_mailing_partner 13.0.1.0.5 2022-01-01 16:22:49 +01:00
OCA-git-bot
1def741e34 mass_mailing_partner 13.0.1.0.4 2022-01-01 16:22:48 +01:00
Pedro M. Baeza
fec2a394ad [FIX] mass_mailing_partner: Don't match partner if no email
It doesn't make sense and even more, it crashed.

Fixes #644
2022-01-01 16:22:48 +01:00
OCA-git-bot
90b65ef663 mass_mailing_partner 13.0.1.0.2 2022-01-01 16:22:48 +01:00
OCA-git-bot
2eca27cb57 mass_mailing_partner 13.0.1.0.1 2022-01-01 16:22:48 +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
david
38ce378348 [FIX] mass_mailing_partner: prevent singleton error 2022-01-01 16:22:47 +01:00
Tonow-c2c
b313196ea2 [FIX][12.0][mass_mailing_partner] _check_email_mass_mailing_contacts loop not on self but partner 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
David Vidal
a11a597edd [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
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