Commit Graph

278 Commits (41da96e64f2f49f47e10cc84d6b0fcd6bf3e2377)

Author SHA1 Message Date
oca-travis 41da96e64f [UPD] Update mail_debrand.pot 2019-07-20 07:56:34 +00:00
Lois Rilo df25f4aa39 [12.0][FIX] mail_debrand: debrand regular notifications.
without this fix, any regular notification (added as follower,
thread notifications...) were not parsed at all and as a
consequence also not debranded.
2019-07-20 07:44:55 +00:00
OCA-git-bot f0ec1a91cb Merge PR #412 into 12.0
Signed-off-by pedrobaeza
2019-07-19 07:58:21 +00:00
OCA-git-bot 1bfb50fa59 mail_tracking 12.0.1.1.0 2019-07-19 07:58:21 +00:00
oca-travis d81ad09da4 [UPD] Update mail_tracking.pot 2019-07-19 07:47:33 +00:00
Alexandre Díaz c36b61b1a1 [MIG] mail_tracking: Adapt Cc to 12.0 2019-07-19 07:40:15 +00:00
Alexandre Díaz 61a719d861 [IMP] mail_tracking: Cc 2019-07-19 07:40:15 +00:00
OCA-git-bot 978145e969 Merge PR #340 into 12.0
Signed-off-by sebastienbeau
2019-07-11 16:49:18 +00:00
OCA-git-bot f09f8876e0 [ADD] setup.py 2019-07-11 16:49:17 +00:00
OCA-git-bot 29a59dfa1e [UPD] README.rst 2019-07-11 16:49:17 +00:00
oca-travis 89c9b0ab64 [UPD] Update mail_activity_team.pot 2019-07-11 15:46:48 +00:00
David Beal 4452542f6c FIX mail_activ_team: always allow superuser 2019-07-11 15:01:23 +00:00
Adrià Gil Sorribes 1d581ea69f [IMP] Add search filter for My Team Activities 2019-07-11 15:01:23 +00:00
Adrià Gil Sorribes 2da1b7f3c0 [IMP] Set team responsible as default user when activity is created 2019-07-11 15:01:23 +00:00
mreficent ff4717825b [MIG] mail_activity_team: Migration to 12.0 2019-07-11 15:01:23 +00:00
mreficent 3900cf1a36 [ADD] tests 2019-07-11 15:01:23 +00:00
mreficent 5f1ac381bb [IMP] Some improvements and fixes 2019-07-11 15:01:23 +00:00
Jordi Ballester Alomar b83727c5f7 [ADD] mail_activity_team 2019-07-11 15:01:23 +00:00
OCA-git-bot 72a8b6bdf0 [UPD] README.rst 2019-07-11 14:13:22 +00:00
Maxime Chambreuil 2e6bd7dfdb [FIX] mail_debrand: Add development_status (#408) 2019-07-11 16:13:15 +02:00
OCA Transbot de62e1b0a7 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-12.0/social-12.0-website_mass_mailing_name
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-website_mass_mailing_name/
2019-06-29 13:48:37 +00:00
OCA Transbot 9e39a54802 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-12.0/social-12.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mass_mailing_partner/
2019-06-29 13:48:36 +00:00
OCA-git-bot 7081297d09 Merge PR #323 into 12.0
Signed-off-by pedrobaeza
2019-06-26 19:44:46 +00:00
OCA-git-bot 2260c28f16 [ADD] setup.py 2019-06-26 19:44:46 +00:00
oca-travis 4d7554a1f4 [UPD] Update mass_mailing_partner.pot 2019-06-26 19:23:51 +00:00
Pedro M. Baeza 007d8ada83 [FIX] mail_tracking: Don't call write inside other write
Or infinite recursions will happen on other `write` overwrites, like the one that happens
on `mass_mailing_partner`.
2019-06-26 20:45:01 +02:00
ernesto 3699250182 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
2019-06-26 20:45:01 +02:00
Sergio Teruel 128d350d93 [12.0][MIG] mass_mailing_partner: Migration to v12.0 2019-06-26 20:45:01 +02:00
ernesto 92e1a5248d [MIG] mass_mailing_partner: Migration to 11.0 2019-06-26 20:45:01 +02:00
David Vidal 0e673d98cb [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
2019-06-21 16:14:44 +02:00
Pedro M. Baeza 61cc1ad9ad [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.
2019-06-21 16:14:44 +02:00
OCA Transbot 52432d032f OCA Transbot updated translations from Transifex 2019-06-21 16:14:44 +02:00
Jairo Llopis 49655bf3d8 [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.
2019-06-21 16:14:44 +02:00
David Vidal a7af6def5b [MIG] mass_mailing_partner: Migration to 10.0 2019-06-21 16:14:44 +02:00
Jairo Llopis b4c901c24c [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.
2019-06-21 16:14:43 +02:00
Antonio Espinosa 206801ae5e Link mail statistics to partner (#104)
[IMP] mass_mailing_partner: Link mail statistics to partner
2019-06-21 16:14:43 +02:00
OCA Transbot 6585fc14df OCA Transbot updated translations from Transifex 2019-06-21 16:14:43 +02:00
Javier Iniesta dff058127c mass_mailing_partner 2019-06-21 16:14:43 +02:00
oca-travis 7b44ae957c [UPD] Update website_mass_mailing_name.pot 2019-06-17 12:30:17 +00:00
OCA-git-bot 56dc8b8bbc [ADD] setup.py 2019-06-17 11:59:47 +00:00
Victor Martin a3706b5f93 [MIG] website_mass_mailing_name: Migration to 12.0 2019-06-17 12:59:39 +01:00
Jairo Llopis b77e4c4c9c [IMP] website_mass_mailing_name: Make tour faster
Under some integration environment, the public part of the tour fails to load, I don't know exactly why (or better, I don't know why it was working before, because it was deleting the phantomjs session entirely).

In any case, with this fix, it works there and is faster to test.
2019-06-17 12:59:39 +01:00
oca-travis 25f56b60e4 [UPD] Update website_mass_mailing_name.pot 2019-06-17 12:59:39 +01:00
Jairo Llopis bd4c3a4f70 [MIG][website_mass_mailing_name] Migration to v10
- Relicense to LGPL.
- Fix all known issues.
- Enable tour only in demo instances.
- Fix Sass headers.
- Remove compiled css and maps.
- Update JS modules to new api.
- Update tour to new tours api.
- Update module structure to match latest template.
2019-06-17 12:59:39 +01:00
OCA Transbot 5bc0911860 OCA Transbot updated translations from Transifex 2019-06-17 12:59:39 +01:00
Jairo Llopis 0b1930cf53 [FIX][website_mass_mailing_name] Show disabled name. (#83)
[FIX]website_mass_mailing_name: Show disabled name.

When the snippet appears as disabled, do not hide the name field.
2019-06-17 12:59:39 +01:00
Yajo 6f445dfba3 Workaround test failure
Test does not work, probably due to the framework. Leaving out the last step and hope for the best for v9.
2019-06-17 12:59:39 +01:00
Jairo Llopis 87c54a7bfe [8.0][ADD][website_snippet_mass_mailing_partner] Snippet + name
Let you have the name field in the mass mailing subscription snippet.

Leave most logic to base module.

Make name field autofilled if user data is available.

Add tour test.
2019-06-17 12:59:39 +01:00
OCA Transbot f1c6c5f2ea Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-12.0/social-12.0-mail_full_expand
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_full_expand/
2019-06-16 11:21:24 +00:00
oca-travis 45dcfb9ed2 [UPD] Update mail_activity_done.pot 2019-06-14 16:06:26 +00:00