Alexandre Díaz
d409b23ad0
[IMP] mail_tracking: Adapt test to set (not order preserved)
2024-06-11 09:42:19 +02:00
Alexandre Díaz
1756ce1498
[FIX] mail_tracking: Repeated suggested cc emails
2024-06-11 09:42:19 +02:00
Ihor
46f5cc44ed
[FIX] Bug {TypeError: dict.message.hasEmailCc is not a function} during the creation of a new document.
2024-06-11 09:42:19 +02:00
Alexandre Díaz
26e8063fd2
[MIG] mail_tracking: Adapt Cc to 12.0
2024-06-11 09:42:19 +02:00
Alexandre Díaz
ca30aa43bb
[IMP] mail_tracking: Cc
2024-05-30 13:53:46 +02:00
Pedro M. Baeza
8447b7ff33
[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`.
2024-05-30 13:53:46 +02:00
ernesto
8ab506bed7
[MIG] mail_tracking: Migration to 12.0
2024-05-30 13:53:46 +02:00
eduardgm
6b84874a1a
Translated using Weblate (Catalan)
...
Currently translated at 96.3% (79 of 82 strings)
Translation: social-11.0/social-11.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/ca/
2024-05-30 13:53:46 +02:00
Pedro M. Baeza
d5c757c00c
[IMP] mail_tracking: Put button box at the end of the view
...
For giving more priority to other buttons like the invoices one.
2024-05-30 13:53:46 +02:00
Piotr Kowalski
bf03db317d
Fix README.rst images not visible in GitHub and Odoo
...
Closes #303
2024-05-30 13:53:46 +02:00
David Vidal
64dd01b7e9
[IMP] mail_tracking: email score performance ( #299 )
2024-05-30 13:53:46 +02:00
c2cdidier
455decbeb6
Translated using Weblate (French) [ci skip]
...
Currently translated at 100.0% (82 of 82 strings)
Translation: social-11.0/social-11.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/fr/
2024-05-30 13:53:46 +02:00
David
0fd3693074
[MIG] mail_tracking: Migration to 11.0
2024-05-30 13:53:46 +02:00
Emanuel Cino
53ec4fe4b6
[FIX] mail_tracking js could break other modules using chat_manager
2024-05-30 13:53:46 +02:00
eLBati
3dd37c628d
IMP mail_tracking performances
...
On our server,
queries based on "mail_tracking_event"."tracking_email_id" improved from 501,924 ms to 1,840 ms
queries based on "mail_tracking_email"."mail_message_id" improved from 167,436 ms to 3,223 ms
The last ones are run several times when a thread has many messages
2024-05-30 13:53:46 +02:00
Antonio Espinosa
434d4b7439
[FIX] mail_tracking: bugfixes ( #199 )
...
* [FIX] Only one data-odoo-tracking-email tag in each email
* [FIX] Get status even in multicompany instances
2024-05-30 13:53:46 +02:00
Carlos Dauden
e413b11cf1
[9.0][IMP] mail_tracking: Improve view with error details
2024-05-30 13:53:46 +02:00
David Vidal
62647ebc08
[IMP] Shut mock exceptions up
2024-05-30 13:53:46 +02:00
Pedro M. Baeza
cd3302f7da
[FIX] mail_tracking: Obtain outgoing server with sudo
...
As regular users can't access this object.
2024-05-30 13:53:46 +02:00
Juan Jose Scarafia
ef032736b0
[FIX][9.0] partner buttons view on enterprise
2024-05-30 13:53:46 +02:00
Antonio Espinosa
ad25c28ae0
[FIX] Sender label is repeated in search fields
2024-05-30 13:53:46 +02:00
Antonio Espinosa
b3fc8bd769
[9.0][FIX][mail_tracking] Control exception when mail_message was removed ( #132 )
2024-05-30 13:53:46 +02:00
Antonio Espinosa
a800927d66
[8.0][FIX][mail_tracking] Use event recipient address to find partners and contacts to bounce ( #133 )
2024-05-30 13:53:46 +02:00
Antonio Espinosa
bb5432c095
Add access to portal/public user to his own email trackings
2024-05-30 13:53:46 +02:00
Antonio Espinosa
e0f73c77d9
[IMP] mail_tracking: Allow to define a custom mail_tracking base url
2024-05-30 13:53:46 +02:00
Antonio Espinosa
d607b97fdb
[IMP] mail_tracking performance and bounce process ( #103 )
2024-05-30 13:53:46 +02:00
Damien Bouvy
ae82c2790e
[MIG] mail_tracking: Migrated to 10.0
2024-05-30 13:53:46 +02:00
Pedro M. Baeza
7d65c792af
[MIG] Make modules uninstallable
2024-05-30 13:53:46 +02:00
Pedro M. Baeza
741e6a98b5
[FIX] mail_tracking: Typo
2024-05-30 13:53:46 +02:00
Antonio Espinosa
80e3341234
[MIG] mail_tracking
...
* Improve tests
* Show trackings even if partner removed
* Disable CSRF protection to webhooks controllers
2024-05-30 13:53:46 +02:00
Antonio Espinosa
e232d6c4d3
[FIX] Update email_score when email changes
2024-05-30 13:53:46 +02:00
Antonio Espinosa
5c5ea35247
[8.0][IMP][mail_tracking] Speed installation time and discard concurrent events ( #82 )
...
[IMP] mail_tracking: Speed installation time, discard concurrent events and other fixes
2024-05-30 13:53:46 +02:00
Antonio Espinosa
dcf1274ca1
[8.0][ADD] mail_tracking addon ( #67 )
...
* [ADD] mail_tracking addon
* Add description icon
* Fixes remarked
* Fix Travis error
* Remarks fixed
2024-05-30 13:53:46 +02:00
Pedro M. Baeza
bd23e6adbf
Merge pull request #1378 from Tecnativa/17.0-update-copier
...
[17.0][UPD] Update copier to v1.22
2024-05-30 13:49:13 +02:00
David
07a7f5de76
[UPD] Update copier to v1.22
2024-05-30 13:44:08 +02:00
OCA-git-bot
88747d0cfb
[BOT] post-merge updates
2024-05-27 09:58:54 +00:00
oca-ci
52202d7b7a
[UPD] Update mail_template_substitute.pot
2024-05-27 09:56:16 +00:00
OCA-git-bot
f67e38689b
Merge PR #1314 into 17.0
...
Signed-off-by hbrunn
2024-05-27 09:54:10 +00:00
Sakthivel
30fa8c5f1a
[MIG] mail_template_substitute: Migration to 17.0
2024-05-13 16:01:57 +05:30
OCA-git-bot
9a6a0dfa2c
[BOT] post-merge updates
2024-05-10 16:10:50 +00:00
oca-ci
e6dbc7e600
[UPD] Update mail_optional_autofollow.pot
2024-05-10 16:08:22 +00:00
OCA-git-bot
c8bbaefd61
Merge PR #1362 into 17.0
...
Signed-off-by dreispt
2024-05-10 16:06:12 +00:00
Aurelija Vitkauskienė
55fc7d9eed
[17][MIG] mail_optional_autofollow: Migration to 17.0
2024-05-06 18:33:51 +03:00
Aurelija Vitkauskienė
750cb03335
[IMP] mail_optional_autofollow: pre-commit auto fixes
2024-05-06 17:59:27 +03:00
mymage
8ab8db90a3
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: social-16.0/social-16.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_optional_autofollow/it/
2024-05-06 17:57:41 +03:00
mymage
afa42b1b99
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: social-16.0/social-16.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_optional_autofollow/it/
2024-05-06 17:57:41 +03:00
Ivorra78
c8f5a14057
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: social-16.0/social-16.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_optional_autofollow/es/
2024-05-06 17:57:41 +03:00
Weblate
dffb0e5fae
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-16.0/social-16.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_optional_autofollow/
2024-05-06 17:57:41 +03:00
oca-ci
2cdf6c0b08
[UPD] Update mail_optional_autofollow.pot
2024-05-06 17:57:41 +03:00
Weblate
16610c0cfc
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-16.0/social-16.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_optional_autofollow/
2024-05-06 17:57:41 +03:00