Commit Graph

14 Commits (2789a3048ea99a0e7ff43c903fac069eebc596e8)

Author SHA1 Message Date
Pedro Evaristo Gonzalez Sanchez 3070075580 [17.0][MIG] mass_mailing_list_dynamic: Migration to 17.0 2025-02-17 11:17:36 +01:00
Minh Chien aefaf8365d [16.0][MIG] mass_mailing_list_dynamic: Migration to 16.0 2024-08-06 17:09:12 +02:00
Xander De Jaegere 156e6f2a1b [15.0-mig-mass] [MIG] mass_mailing_list_dynamic: Migration to 15.0 2024-08-06 17:09:12 +02:00
Víctor Martínez c08aaaf987 [MIG] mass_mailing_list_dynamic: Migration to 14.0
TT32133
2024-08-06 17:09:12 +02:00
Víctor Martínez f35394754f [IMP] mass_mailing_list_dynamic: black, isort, prettier 2024-08-06 17:09:12 +02:00
Jared Kipe 4bfa3b6c00 [MIG] mass_mailing_list_dynamic: Migration to 13.0
[UPD] Update mass_mailing_list_dynamic.pot

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-13.0/social-13.0-mass_mailing_list_dynamic
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mass_mailing_list_dynamic/

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-13.0/social-13.0-mass_mailing_list_dynamic
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mass_mailing_list_dynamic/
2024-08-06 17:09:12 +02:00
david 108dd0355a [FIX] mass_mailing_list_dynamic: list sync on send
- We change the method to hook on (it wasn't correctly overriden anyway)
to ensure the list is resynced even if no recipients are left. For
example: we create a dynamic list with a domain expecting it to sync in
the first mass_mailing. It wouldn't sync as Odoo dismisses the mailing
considering no recipients are left thus it wouldn't get into the
`send_mail` method.
2024-08-06 17:09:11 +02:00
Jared Kipe fa2fc83522 [IMP] mass_mailing_list_dynamic: black, isort 2024-08-06 17:09:11 +02:00
ernesto f076a75696 [MIG] mass_mailing_list_dynamic: Fix contact synchronization 2024-08-06 17:09:11 +02:00
Victor Martin ba294b4113 [MIG] mass_mailing_list_dynamic: Migration to 12.0 2024-08-06 17:09:11 +02:00
David 84d68658b6 [IMP] mass_mailing_list_dynamic: make user aware of list change
- Adds is_synced field to track whether a dynamic list has unsynced
changes or not so the user is aware that the definitive number of
contacts is yet to be determined.
- It fixes an issue that made impossible deleting a res.partner filter
when a list had use it to filter contacts.
- It also shows only the filters available for the user (shared and
belonging to self).
2024-08-06 17:09:11 +02:00
David 72c6ae55b2 [FIX] mass_mailing_list_dynamic: Reversible dynamic list 2024-08-06 17:09:11 +02:00
Pedro M. Baeza a37ae53b8a [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-08-06 17:09:11 +02:00
Jairo Llopis 7ebd79cc68 [ADD] mass_mailing_list_dynamic: Autopopulated mailing lists 2024-08-06 17:09:11 +02:00