Commit Graph

22 Commits (1c696352d5346c535465b3e1066949337d7e8e16)

Author SHA1 Message Date
OCA-git-bot 695dee953a [UPD] README.rst 2023-09-03 16:56:56 +00:00
mymage e90709b800 Translated using Weblate (Italian)
Currently translated at 40.0% (10 of 25 strings)

Translation: social-11.0/social-11.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mass_mailing_partner/it/
2023-07-28 13:09:41 +00:00
mymage c2f44b8112 Translated using Weblate (Italian)
Currently translated at 40.0% (10 of 25 strings)

Translation: social-11.0/social-11.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mass_mailing_partner/it/
2023-05-25 12:09:01 +00:00
OCA-git-bot 9ba757a85b [UPD] README.rst 2019-07-29 03:40:27 +00:00
Pedro M. Baeza cd7bfba47c [FIX] mass_mailing_partner: Don't check if no category
Following 4de3795, as now `tag_ids` are not lost, the comparison is incorrect due to
partner not having category_id, and then keep it previous tags in mass mailing contact.
We add this check for avoiding problems.
2019-03-29 13:37:32 +01:00
Pedro M. Baeza 4de3795b6c [IMP] mass_mailing_partner: Hack for integration tests
if creating partner record is needed, `list_ids` and `tag_ids` fields are reset in
`record`, so we recreate it as ugly workaround while no clue about Odoo glitch
2019-03-29 12:37:51 +01:00
OCA Git Bot 8a023b538a [UPD] README.rst 2018-06-21 05:32:24 +02:00
oca-travis 4b4e9c9976 [UPD] Update mass_mailing_partner.pot 2018-06-20 22:21:05 +00:00
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
OCA Transbot 83d16b1eeb OCA Transbot updated translations from Transifex 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
OCA Transbot 78366aee82 OCA Transbot updated translations from Transifex 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
OCA Transbot 982c472b1f OCA Transbot updated translations from Transifex 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
OCA Transbot 262b6671f0 OCA Transbot updated translations from Transifex 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
OCA Transbot 1ff91477c9 OCA Transbot updated translations from Transifex 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
OCA Transbot 88231e493e OCA Transbot updated translations from Transifex 2018-06-20 11:57:07 +02:00
Javier Iniesta 627b238a5a mass_mailing_partner 2018-06-20 11:57:07 +02:00