Commit Graph

870 Commits (c46361a818fd7ec5cf0dc63d885e55f3a442a84f)

Author SHA1 Message Date
OCA-git-bot c46361a818 Merge PR #1228 into 16.0
Signed-off-by simahawk
2023-10-13 08:10:21 +00:00
Sébastien Alix 93c326dde3 [MIG] mail_activity_reminder: Migration to 16.0 2023-10-10 16:13:11 +02:00
Weblate 11605ff6ad Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/
2023-10-10 12:11:51 +00:00
oca-ci d0004ce697 [UPD] Update mail_tracking.pot 2023-10-10 12:11:38 +00:00
Weblate c82e332b16 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/
2023-10-10 12:08:49 +00:00
oca-ci 0c7b0646ee [UPD] Update mail_tracking.pot 2023-10-10 12:08:36 +00:00
Weblate fe50e3add2 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/
2023-10-10 12:04:40 +00:00
oca-ci e8f1097c46 [UPD] Update mail_tracking.pot 2023-10-10 12:04:22 +00:00
Weblate c9e73421ef Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/
2023-10-10 11:49:05 +00:00
Weblate c69dc60f0b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/
2023-10-10 11:46:55 +00:00
oca-ci 722d34186e [UPD] Update mail_tracking.pot 2023-10-10 10:31:00 +00:00
oca-ci 771abace9e [UPD] Update mail_tracking.pot 2023-10-10 10:27:24 +00:00
OCA-git-bot fd4b0c8d65 [BOT] post-merge updates 2023-10-10 10:24:33 +00:00
oca-ci e976a34479 [UPD] Update mail_tracking.pot 2023-10-10 10:21:30 +00:00
OCA-git-bot 079732e6c2 Merge PR #1231 into 16.0
Signed-off-by etobella
2023-10-10 10:18:43 +00:00
Yann Papouin 136e96d72e [FIX] mail_activity_board: Use valid field for user avatar
`image_small` field has been renamed to `image_small` since the use of `image.mixin`
2023-10-10 11:40:23 +02:00
oca-ci 915a48e27a [UPD] Update mail_tracking.pot 2023-10-10 06:31:43 +00:00
oca-ci ccf81c82bf [UPD] Update mail_tracking.pot 2023-10-10 06:28:29 +00:00
OCA-git-bot a324624eea [BOT] post-merge updates 2023-10-10 06:25:18 +00:00
oca-ci e79a35f2b7 [UPD] Update mail_tracking.pot 2023-10-10 06:21:57 +00:00
oca-ci c22d8fa789 [UPD] Update mail_tracking.pot 2023-10-10 06:18:58 +00:00
OCA-git-bot b41a54a512 Merge PR #1216 into 16.0
Signed-off-by pedrobaeza
2023-10-10 06:15:05 +00:00
Weblate cd67f0d98f Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mass_mailing_list_dynamic
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_list_dynamic/
2023-10-09 23:05:19 +00:00
Weblate dab35de4ea Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_outbound_static
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_outbound_static/
2023-10-09 20:21:15 +00:00
Weblate b9caeca22b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-base_search_mail_content
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-base_search_mail_content/
2023-10-09 19:41:20 +00:00
Sébastien Alix dbd0e3f9ca [IMP] mail_activity_reminder: pre-commit stuff 2023-10-09 17:50:01 +02:00
payen000 ef73e2d7ab [MIG] mail_tracking: Completed migration to 16.0
The following changes were implemented:

1 - Added Failed Message component and related components to reuse the
    Message component when rendering failed messages. This allows us to
    dispose of the messagefailed JS model altogether, since failed messages
    are now just regular messages that were marked as failed.

2 - Added Owl reactivity to failed message actions so that browser does
    not have to be reloaded each time a message is marked as reviewed or
    resent.

3 - Fixed 'Retry' and 'Set as reviewed' flows for failed messages.

4 - Fixed `Failed sent messages` filter on models by overriding `get_view`
    instead of `_fields_view_get`

5 - Refactored folder structure to more closely resemble the `mail`
    module's folder structure.

6 - Refactored module to utilize `Command` as a means to create, write,
    etc. instead of `[0, ...]`, `[4, ...]`.

7 - Fixed and added unit tests.

8 - Removed dead/unused code from `v15`.
2023-10-09 07:55:22 -07:00
Denis Roussel 3be624a1a2 [IMP] mail_activity_reminder: Group sendings per user and activity type 2023-10-09 14:01:36 +02:00
Denis Roussel 6f71353efd [MIG][13.0] mail_activity_reminder 2023-10-09 14:01:36 +02:00
Denis Roussel 695e683f09 [IMP] mail_activity_reminder: black, isort, prettier 2023-10-09 14:01:36 +02:00
Yann Papouin d4aa3f0c60 Translated using Weblate (French)
Currently translated at 100.0% (9 of 9 strings)

Translation: social-12.0/social-12.0-mail_activity_reminder
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_activity_reminder/fr/
2023-10-09 14:01:36 +02:00
Yann Papouin dc7ac200f7 Added translation using Weblate (French) 2023-10-09 14:01:36 +02:00
Pedro Castro Silva a7dff2aa1a Translated using Weblate (Portuguese)
Currently translated at 100.0% (9 of 9 strings)

Translation: social-12.0/social-12.0-mail_activity_reminder
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_activity_reminder/pt/
2023-10-09 14:01:36 +02:00
Pedro Castro Silva 60d2862351 Added translation using Weblate (Portuguese) 2023-10-09 14:01:36 +02:00
OCA-git-bot 74a136aa31 mail_activity_reminder 12.0.1.0.1 2023-10-09 14:01:36 +02:00
OCA-git-bot 916815e4c2 [UPD] README.rst 2023-10-09 14:01:36 +02:00
Alexey Pelykh 0e6de21199 [UPD] Brainbean Apps => CorporateHub 2023-10-09 14:01:36 +02:00
OCA-git-bot 8bbe7a9c60 [ADD] icon.png 2023-10-09 14:01:36 +02:00
OCA-git-bot d16173bbbc [UPD] README.rst 2023-10-09 14:01:36 +02:00
oca-travis 852e7ecd99 [UPD] Update mail_activity_reminder.pot 2023-10-09 14:01:36 +02:00
Alexey Pelykh 191b76edd9 [ADD] mail_activity_reminder 2023-10-09 14:01:36 +02:00
Weblate 3e97c9a637 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_activity_done
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_done/
2023-10-09 11:17:22 +00:00
mymage e98365b7af Translated using Weblate (Italian)
Currently translated at 63.6% (7 of 11 strings)

Translation: social-16.0/social-16.0-email_template_qweb
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-email_template_qweb/it/
2023-10-09 09:18:35 +00:00
OCA-git-bot 8fb8fc30f7 [BOT] post-merge updates 2023-10-05 15:56:04 +00:00
OCA-git-bot 9e9efb4985 Merge PR #1123 into 16.0
Signed-off-by pedrobaeza
2023-10-05 15:53:12 +00:00
OCA-git-bot 9c4e236eaa [BOT] post-merge updates 2023-10-03 19:45:52 +00:00
oca-ci 82e57d423d [UPD] Update mail_improved_tracking_value.pot 2023-10-03 19:42:43 +00:00
OCA-git-bot 05c7a9b5e1 Merge PR #1163 into 16.0
Signed-off-by simahawk
2023-10-03 19:39:22 +00:00
OCA-git-bot 8d25f25e8d [BOT] post-merge updates 2023-09-29 16:49:12 +00:00
OCA-git-bot 52c71ba041 Merge PR #1214 into 16.0
Signed-off-by hbrunn
2023-09-29 16:46:23 +00:00