Commit Graph

1205 Commits (c8ff23d51ecdc786d5698f967c93938a468ab38e)

Author SHA1 Message Date
Víctor Martínez 54aacb6f93 Translated using Weblate (Spanish)
Currently translated at 95.6% (22 of 23 strings)

Translation: social-17.0/social-17.0-mail_notification_custom_subject
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_notification_custom_subject/es/
2025-02-06 11:06:35 +00:00
mymage 06c0c9713d Translated using Weblate (Italian)
Currently translated at 100.0% (23 of 23 strings)

Translation: social-17.0/social-17.0-mail_notification_custom_subject
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_notification_custom_subject/it/
2025-02-03 22:06:37 +00:00
Weblate e58e70890e Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-17.0/social-17.0-mail_notification_custom_subject
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_notification_custom_subject/
2025-02-03 10:38:42 +00:00
OCA-git-bot 40b173935c [BOT] post-merge updates 2025-02-03 10:38:33 +00:00
oca-ci 877bc265a3 [UPD] Update mail_notification_custom_subject.pot 2025-02-03 10:34:13 +00:00
OCA-git-bot dd801df48e Merge PR #1548 into 17.0
Signed-off-by pedrobaeza
2025-02-03 10:30:33 +00:00
Víctor Martínez 6645a95547 [IMP] mail_notification_custom_subject: Add inside_replace position
Example use Case:
Our company is called: MY_COMPANY_NAME but is known as MCN,
we want to replace in some places the subject line so that it is sent with MCN

TT52259
2025-02-03 10:09:46 +01:00
Víctor Martínez 1b770482cf [IMP] mail_notification_custom_subject: Add a log when there is an Exception to know what has happened
TT52259
2025-02-03 10:08:43 +01:00
Víctor Martínez 5abe8eaaec [IMP] mail_notification_custom_subject: Do not replace the subject if it is already set
If we write something from the mail thread (without subject) it is only when it should replace the subject.

TT52259
2025-02-03 10:08:43 +01:00
Alexey Pelykh 50d44673a9 [FIX] mail_activity_team: singleton in _compute_activity_team_id() 2025-01-31 08:48:40 +01:00
mymage e34d707583 Translated using Weblate (Italian)
Currently translated at 100.0% (23 of 23 strings)

Translation: social-17.0/social-17.0-mail_forward
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward/it/
2025-01-30 13:06:26 +00:00
Weblate 749f4bbea3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-17.0/social-17.0-mail_forward
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward/
2025-01-28 18:44:26 +00:00
OCA-git-bot 27a05dfb17 [BOT] post-merge updates 2025-01-28 18:44:17 +00:00
oca-ci 6527e7b3a9 [UPD] Update mail_forward.pot 2025-01-28 18:40:11 +00:00
OCA-git-bot f9b8ce70d2 Merge PR #1557 into 17.0
Signed-off-by pedrobaeza
2025-01-28 18:36:25 +00:00
Carlos Lopez 300ef2ddda [IMP] mail_forward: Add option to forward a message to another thread
This option posts a new message in the other thread, including the attachments, but does not add them as followers—only notifying the current followers of the other thread.
2025-01-27 12:52:24 -05:00
OCA-git-bot 254363bfd8 [BOT] post-merge updates 2025-01-27 16:34:38 +00:00
OCA-git-bot 22e7da4067 Merge PR #1450 into 17.0
Signed-off-by pedrobaeza
2025-01-27 16:30:36 +00:00
mymage bf8c31c407 Translated using Weblate (Italian)
Currently translated at 100.0% (15 of 15 strings)

Translation: social-17.0/social-17.0-mail_forward
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward/it/
2025-01-25 15:06:29 +00:00
mymage 4f768010ce Added translation using Weblate (Italian) 2025-01-25 12:51:17 +00:00
OCA-git-bot 679bcfa2dd [BOT] post-merge updates 2025-01-24 07:29:32 +00:00
OCA-git-bot 64929ead49 Merge PR #1556 into 17.0
Signed-off-by pedrobaeza
2025-01-24 07:25:28 +00:00
Carlos Lopez 8b5411bb87 Revert "[FIX] mail_forward: Render message actions correctly with callComponent"
This reverts commit ea11305f94.
2025-01-23 10:13:13 -05:00
Weblate e2b0c84297 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-17.0/social-17.0-mail_forward
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward/
2025-01-22 19:52:06 +00:00
OCA-git-bot ac71ee9442 [BOT] post-merge updates 2025-01-22 16:08:36 +00:00
oca-ci c479a21644 [UPD] Update mail_forward.pot 2025-01-22 16:04:21 +00:00
OCA-git-bot a6eaa48472 Merge PR #1536 into 17.0
Signed-off-by pedrobaeza
2025-01-22 16:00:37 +00:00
Carlos Lopez ea11305f94 [FIX] mail_forward: Render message actions correctly with callComponent
Currently, Odoo only renders the callComponent for quick actions (2 or 3 actions). However, the remaining actions, rendered as DropdownItem, do not invoke the callComponent.
This commit ensures that the rendering is consistent in both cases.

Complementary to: #131426

TODO: This code should be removed once the issue is fixed in the Odoo core.
        https://github.com/odoo/odoo/pull/194643
2025-01-22 10:54:38 -05:00
Carlos Lopez e13886b75b [MIG] mail_forward: Migration to version 17.0 2025-01-22 10:53:11 -05:00
OCA-git-bot ee3bb19bc8 [BOT] post-merge updates 2025-01-21 14:44:55 +00:00
OCA-git-bot 7050dc8119 Merge PR #1550 into 17.0
Signed-off-by pedrobaeza
2025-01-21 14:40:49 +00:00
Pierre Verkest bcfc8fcd09 [FIX] mail_tracking: remove deprecation warning
Since python12 utcfromtimestamp is deprecated which generate deprecation warnings
class TestMailTrackingEmailCleanUp(SavepointCaseWithUserDemo):

fix #1445
2025-01-21 12:08:48 +01:00
Carlos Lopez 807ef4a78b [IMP] mail_forward: pre-commit auto fixes 2025-01-20 06:45:26 -05:00
Carlos Lopez 3a743683fb [FIX] mail_forward: prevent errors during the test tour when web_responsive is installed. 2025-01-20 06:45:26 -05:00
Carlos Lopez cd5e2421cd [ADD] mail_forward: new module to forward messages from the chatter 2025-01-20 06:45:26 -05:00
mymage cc0666843e Translated using Weblate (Italian)
Currently translated at 100.0% (6 of 6 strings)

Translation: social-17.0/social-17.0-mail_print
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_print/it/
2025-01-19 14:06:28 +00:00
mymage b3cd114888 Translated using Weblate (Italian)
Currently translated at 100.0% (34 of 34 strings)

Translation: social-17.0/social-17.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_team/it/
2025-01-19 14:06:28 +00:00
mymage a5796a0ca8 Added translation using Weblate (Italian) 2025-01-19 12:01:58 +00:00
Weblate 81909b247f Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-17.0/social-17.0-mail_print
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_print/
2025-01-18 15:51:12 +00:00
OCA-git-bot 61e573e627 [BOT] post-merge updates 2025-01-18 11:55:20 +00:00
oca-ci 70e9963244 [UPD] Update mail_print.pot 2025-01-18 11:51:34 +00:00
OCA-git-bot 939bc776f9 Merge PR #1532 into 17.0
Signed-off-by pedrobaeza
2025-01-18 11:48:08 +00:00
Weblate a642059ed9 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-17.0/social-17.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_team/
2025-01-17 07:48:23 +00:00
OCA-git-bot 7e3355800d [BOT] post-merge updates 2025-01-17 07:48:13 +00:00
oca-ci 729b4ee9ef [UPD] Update mail_activity_team.pot 2025-01-17 07:44:37 +00:00
OCA-git-bot 4f41c102ca Merge PR #1474 into 17.0
Signed-off-by yajo
2025-01-17 07:41:32 +00:00
mymage bc3d2f4f65 Translated using Weblate (Italian)
Currently translated at 100.0% (32 of 32 strings)

Translation: social-17.0/social-17.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_team/it/
2025-01-16 15:06:49 +00:00
Carlos Lopez 6015dfdc20 [IMP] mail_print: Migration to 17 2025-01-07 06:47:31 -05:00
Carlos Lopez 609747f0d0 [IMP] mail_print: pre-commit auto fixes 2024-12-31 07:48:16 -05:00
Carlos Lopez bfac37d090 [IMP] mail_print: Allow printing messages from incoming mail
Before this commit, the option to print messages was only available for messages sent from Odoo. After this commit, it is now possible to print incoming messages as well.
2024-12-31 07:48:15 -05:00