Commit Graph

1217 Commits (13a9674ba75055b636b216ebd3a1c1708b48bc8c)

Author SHA1 Message Date
Akim Juillerat 776f35d566 [FIX] mail_quoted_reply: Use standard paragraph element to enter text
Without this, it is not possible to do a copy paste of a block of
text into the mail composer.
2024-10-04 11:11:33 +02:00
Weblate 66c35e3570 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mail_quoted_reply
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_quoted_reply/
2024-10-04 11:11:33 +02:00
OCA-git-bot 41cb9e30e3 [BOT] post-merge updates 2024-10-04 11:11:33 +02:00
oca-ci f0807541cb [UPD] Update mail_quoted_reply.pot 2024-10-04 11:11:33 +02:00
jb 9a86ab9ecd [IMP] mail_quoted_reply: set email author as default reply partner 2024-10-04 11:11:33 +02:00
Vulpino c5e1712b4b 15.0 - [IMP] mail_quoted_reply
_prep_quoted_reply_body. put the format date in the env format

[15][IMP]mail_quoted_reply: Added signature, and translate fields

Make it: From, Date, Subject Strings translate
Addded User Signature

Update mail_message.py

Update CONTRIBUTORS.rst
2024-10-04 11:11:33 +02:00
Laurence Lars Labusch 65d2d5625b [IMP] Add functionality to include original subject in quoted reply
This commit adds functionality to include the original subject of a message when composing a quoted reply. The `get_record_data` method in the `MailComposeMessage` model has been updated to check if there is a default subject and, if so, prepend "Re: " to it. This ensures that the new subject for the quoted reply includes a "Re:" prefix.
2024-10-04 11:11:33 +02:00
Laurence Lars Labusch dbfd0aabfd [MIG] mail_quoted_reply
Completed the migration to 16.0 incl. the upgrade to the OWL framework to make it more lean and reliable for the future.
2024-10-04 11:11:33 +02:00
Borruso 23e15ad58b [MIG] mail_quoted_reply: Migration to 16.0 2024-10-04 11:11:33 +02:00
OCA-git-bot 4c30902aa4 mail_quoted_reply 15.0.1.0.1 2024-10-04 11:11:33 +02:00
Stefan Rijnhart c4997cd36d [FIX] mail_quoted_reply: format of default m2m value in context (fixes tests) 2024-10-04 11:11:33 +02:00
Weblate a4800e51ff Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-15.0/social-15.0-mail_quoted_reply
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_quoted_reply/
2024-10-04 11:11:33 +02:00
OCA-git-bot f052063f51 [UPD] README.rst 2024-10-04 11:11:33 +02:00
oca-ci 47dd3b75f1 [UPD] Update mail_quoted_reply.pot 2024-10-04 11:11:33 +02:00
J.Buchholz@cibex.net 2d65b247e4 [FIX] mail_quoted_reply: add line breaks before block quote 2024-10-04 11:11:33 +02:00
Lois Rilo edf34bda26 [FIX] mail_quoted_reply: avoid access right errors when reading action. 2024-10-04 11:11:33 +02:00
jabelchi c80d6b0f81 Translated using Weblate (Spanish)
Currently translated at 100.0% (8 of 8 strings)

Translation: social-14.0/social-14.0-mail_quoted_reply
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_quoted_reply/es/
2024-10-04 11:11:33 +02:00
jabelchi 123e96cb4c Translated using Weblate (Catalan)
Currently translated at 100.0% (8 of 8 strings)

Translation: social-14.0/social-14.0-mail_quoted_reply
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_quoted_reply/ca/
2024-10-04 11:11:33 +02:00
jabelchi d98fadc838 Added translation using Weblate (Spanish) 2024-10-04 11:11:33 +02:00
jabelchi 8bc5a58915 Added translation using Weblate (Catalan) 2024-10-04 11:11:33 +02:00
OCA-git-bot 33673de14d [UPD] README.rst 2024-10-04 11:11:33 +02:00
oca-travis 7fcd3c01fb [UPD] Update mail_quoted_reply.pot 2024-10-04 11:11:33 +02:00
J.Buchholz@cibex.net 05c46900e1 [MIG] mail_quoted_reply: Migration to 15.0 2024-10-04 11:11:33 +02:00
J.Buchholz@cibex.net 6865d9c1b7 [MIG] mail_quoted_reply: Migration to 14.0 2024-10-04 11:11:33 +02:00
OCA-git-bot b0741549ee [UPD] README.rst 2024-10-04 11:11:33 +02:00
oca-ci 883964a3b0 [UPD] Update mail_quoted_reply.pot 2024-10-04 11:11:33 +02:00
Lois Rilo 9427925a70 [MIG] mail_quoted_reply: migration to version 13.0 2024-10-04 11:11:33 +02:00
Lois Rilo a590460eb1 [IMP] black, isort, prettier 2024-10-04 11:11:33 +02:00
Enric Tobella 6b554b2729 [ADD] mail_quoted_reply 2024-10-04 11:11:33 +02:00
trisdoan 82e66467ea [FW] port missing commits from 14.0 to 17.0 2024-10-03 11:41:51 +07:00
Henry Backman 01d268512c mail_tracking: add garbage collection
Add autovacuum to mail_tracking_email that removes old records based on new configuration variable mail_tracking_email_max_age_days.
Due to possibly a large number of records to be deleted on first run, set a default limit of 5000 per run.
2024-10-03 11:40:14 +07:00
Cyril VINH-TUNG ac625ad136 [IMP] Add option to keep aliases in mail tracking 2024-10-03 11:40:14 +07:00
andrel 312c7f7e9f [17.0][FIX] use _get_partner_ids_from_mail instead of deprecated method _get_default_mail_partner_* 2024-09-30 13:17:54 +01:00
Anna Janiszewska 64ee558bfa [MIG] mail_autogenerated_header: Migration to 17.0 2024-09-19 10:23:34 +02:00
Anna Janiszewska 7ffad87048 [IMP] mail_autogenerated_header: pre-commit stuff 2024-09-12 14:45:05 +02:00
OCA-git-bot 134ae8fdef [UPD] README.rst 2024-09-12 14:40:58 +02:00
Tom Blauwendraat 306f3be887 [FIX] pre-commit 2024-09-12 14:40:58 +02:00
OCA-git-bot 52b38a0c4b [UPD] README.rst 2024-09-12 14:40:58 +02:00
oca-travis 5a65ea6137 [UPD] Update mail_autogenerated_header.pot 2024-09-12 14:40:57 +02:00
Holger Brunn adc7d79354 [ADD] mail_autogenerated_header 2024-09-12 14:40:57 +02:00
Pedro Castro Silva ed82ad59a0 Translated using Weblate (Portuguese)
Currently translated at 100.0% (22 of 22 strings)

Translation: social-17.0/social-17.0-mail_activity_board
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_board/pt/
2024-08-30 14:06:30 +00:00
mymage a17cddda8d Translated using Weblate (Italian)
Currently translated at 100.0% (16 of 16 strings)

Translation: social-17.0/social-17.0-mail_activity_reminder
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_reminder/it/
2024-08-30 14:06:30 +00:00
Pedro Castro Silva fa27bce7a5 Added translation using Weblate (Portuguese) 2024-08-30 14:00:06 +00:00
Weblate 5547e961ea Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-17.0/social-17.0-mail_activity_reminder
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_reminder/
2024-08-29 14:43:27 +00:00
OCA-git-bot ae0ba26355 [BOT] post-merge updates 2024-08-29 14:16:43 +00:00
oca-ci 8bb09a035d [UPD] Update mail_activity_reminder.pot 2024-08-29 14:13:32 +00:00
OCA-git-bot d040f2abb4 Merge PR #1348 into 17.0
Signed-off-by dreispt
2024-08-29 14:10:30 +00:00
OCA-git-bot 5aed2c3a6e [BOT] post-merge updates 2024-08-29 14:06:51 +00:00
OCA-git-bot a71abfa1fa Merge PR #1352 into 17.0
Signed-off-by dreispt
2024-08-29 14:02:53 +00:00
Pedro M. Baeza 4048690b16 [FIX] Remove pandoc 2024-08-10 12:37:54 +02:00