Ivorra78
024bb4ea7b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (29 of 29 strings)
Translation: social-16.0/social-16.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_partner/es/
2024-03-27 16:18:43 +00:00
mymage
0f83ad197e
Translated using Weblate (Italian)
...
Currently translated at 32.1% (9 of 28 strings)
Translation: social-16.0/social-16.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_partner/it/
2024-03-27 16:18:43 +00:00
Matjaz Mozetic
cabd0246fb
Translated using Weblate (Slovenian)
...
Currently translated at 32.1% (9 of 28 strings)
Translation: social-16.0/social-16.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_partner/sl/
2024-03-27 16:18:43 +00:00
mymage
296e558c23
Translated using Weblate (Italian)
...
Currently translated at 32.1% (9 of 28 strings)
Translation: social-16.0/social-16.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_partner/it/
2024-03-27 16:18:43 +00:00
Minh Chien
0407c7cc82
[MIG] mass_mailing_partner: Migration to 16.0
2024-03-27 16:18:43 +00:00
emagdalenaC2i
9cc4512320
[MIG] mass_mailing_partner: Migration to 15.0
2024-03-27 16:18:43 +00:00
david
0b62ef8fad
[FIX] mass_mailing_partner: wrong company implementation
...
See issue https://github.com/OCA/social/issues/776
2024-03-27 16:18:43 +00:00
Areeb Siddiqi
23ee44861d
[MIG] mass_mailing_partner: Migration to 14.0
...
[FIX] super(Class, self) changed to super() in mass_mailing_partners
2024-03-27 16:18:43 +00:00
Areeb Siddiqi
2009ce45a5
[IMP] mass_mailing_partner: black, isort, prettier
2024-03-27 16:18:43 +00:00
Alexandre D. Díaz
a8c9914ced
[FIX] mass_mailing_partner: Use correct button class
...
Before this commit, the buttons are displayed incorrectly in mobile dropdown buttons menu
2024-03-27 16:18:43 +00:00
Víctor Martínez
0ad5deb7ee
[IMP+FIX] mass_mailing_partner: Add partner_name in error constrain message + Add test related to write with multi-partner + Add sudo() to prevent user without mailing access try to merge contacts
2024-03-27 16:18:43 +00:00
Pedro M. Baeza
157ee5d0de
[FIX] mass_mailing_partner: Don't match partner if no email
...
It doesn't make sense and even more, it crashed.
Fixes #644
2024-03-27 16:18:43 +00:00
Víctor Martínez
db5c37726e
[FIX] mass_mailing_partner: Fix partner merge error (dupplicate mass_mailing contacts)
2024-03-27 16:18:43 +00:00
Jared Kipe
60b079cc6c
[FIX] mass_mailing_partner: Unsubscribe should not unlink the subscription.
...
Before, on the backend if you check the `opt_out` checkbox and saving on a `mailing.contact`, the entire row (`mailing.contact.subscription`) would be unlinked. Combined with `mass_mailing_list_dynamic` this means the contact would just be re-subscribed over and over.
After, check `opt_out` will fill `unsubscription_date` and the row will stay. Tests in `mass_mailing_list_dynamic` pass.
2024-03-27 16:18:43 +00:00
Manuel Calero
434e10fbe5
[MIG] mass_mailing_partner: Migration to 13.0
2024-03-27 16:18:43 +00:00
Manuel Calero
9ab0f87b50
[IMP] mass_mailing_partner: black, isort
2024-03-27 16:18:43 +00:00
david
49cb0e39f9
[FIX] mass_mailing_partner: prevent singleton error
2024-03-27 16:18:43 +00:00
Tonow-c2c
c3e75f7f24
[FIX][12.0][mass_mailing_partner] _check_email_mass_mailing_contacts loop not on self but partner
2024-03-27 16:18:43 +00:00
ernesto
77ed6ac218
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
2024-03-27 16:18:43 +00:00
Sergio Teruel
1303fbe895
[12.0][MIG] mass_mailing_partner: Migration to v12.0
2024-03-27 16:18:43 +00:00
ernesto
1754ee19f2
[MIG] mass_mailing_partner: Migration to 11.0
2024-03-27 16:18:43 +00:00
David Vidal
d13815b808
[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
2024-03-27 16:18:43 +00:00
Pedro M. Baeza
d8281a278e
[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.
2024-03-27 16:18:43 +00:00
Jairo Llopis
5e74507d89
[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.
2024-03-27 16:18:43 +00:00
David Vidal
6953201f2a
[MIG] mass_mailing_partner: Migration to 10.0
2024-03-27 16:18:43 +00:00
Jairo Llopis
bcac2ed7f9
[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.
2024-03-27 16:18:43 +00:00
Antonio Espinosa
b7ef9148e8
Link mail statistics to partner ( #104 )
...
[IMP] mass_mailing_partner: Link mail statistics to partner
2024-03-27 16:18:43 +00:00
Javier Iniesta
e3f9bc0e73
mass_mailing_partner
2024-03-27 16:18:43 +00:00
OCA-git-bot
449852bef1
[BOT] post-merge updates
2024-03-25 07:44:13 +00:00
OCA-git-bot
b16b65be2f
Merge PR #1325 into 17.0
...
Signed-off-by pedrobaeza
2024-03-25 07:42:15 +00:00
Mohamed Osman
65e6f69908
[UPD] copier version 1.20
2024-03-20 11:03:58 +00:00
sonhd91
e3c9b9d85e
[MIG] mail_activity_team: Migration to 17.0
2024-03-07 15:39:36 +07:00
sonhd91
92367b6503
[IMP] mail_activity_team: pre-commit auto fixes
2024-03-07 15:39:06 +07:00
Nikolina Todorova
30e1c3bd25
mail_activity_team: Fix bug of the Team Activities filter.
2024-03-05 12:09:47 +07:00
Weblate
caf64944f4
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/
2024-03-05 12:09:47 +07:00
mymage
97f1825584
Translated using Weblate (Italian)
...
Currently translated at 100.0% (33 of 33 strings)
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/it/
2024-03-05 12:09:47 +07:00
mymage
67946f56d1
Translated using Weblate (Italian)
...
Currently translated at 100.0% (33 of 33 strings)
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/it/
2024-03-05 12:09:47 +07:00
Ivorra78
92db842aff
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (33 of 33 strings)
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/es/
2024-03-05 12:09:47 +07:00
Ivorra78
2b1189df71
Translated using Weblate (Spanish)
...
Currently translated at 33.3% (11 of 33 strings)
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/es/
2024-03-05 12:09:47 +07:00
Ivorra78
12c58a5775
Added translation using Weblate (Spanish)
2024-03-05 12:09:47 +07:00
mymage
c5e0329460
Translated using Weblate (Italian)
...
Currently translated at 66.6% (22 of 33 strings)
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/it/
2024-03-05 12:09:47 +07:00
Weblate
cdf5c5f9ea
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/
2024-03-05 12:09:47 +07:00
mymage
4c3208d50c
Translated using Weblate (Italian)
...
Currently translated at 66.6% (22 of 33 strings)
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/it/
2024-03-05 12:09:47 +07:00
Weblate
4b80d174a0
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-16.0/social-16.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_team/
2024-03-05 12:09:47 +07:00
Raf Ven
16d524d4a3
[MIG] mail_activity_team: Migration to 16.0
2024-03-05 12:09:47 +07:00
Weblate
8cb985bc13
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-15.0/social-15.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_activity_team/
2024-03-05 12:09:47 +07:00
Weblate
18cb0683b9
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-15.0/social-15.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_activity_team/
2024-03-05 12:09:47 +07:00
OCA-git-bot
0184a36b9b
mail_activity_team 15.0.2.1.0
2024-03-05 12:09:47 +07:00
dsolanki
cc33585eec
[15.0][FIX] mail_activity_team: warning Two fields have same label
2024-03-05 12:09:47 +07:00
Weblate
0453cb46fa
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-15.0/social-15.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_activity_team/
2024-03-05 12:09:47 +07:00