Commit Graph

525 Commits (f7cfa9e13ba1d9e27f443a74bb5461d84f73d45b)

Author SHA1 Message Date
Jairo Llopis f7cfa9e13b [FIX] mail_drop_target: new attribute name
The external dependency `extract_msg` changed how to access to the message id in [its 0.24.4 release][1].

That broke the branch. Fixing here.

[1]: https://github.com/mattgwwalker/msg-extractor/releases/tag/v0.24.4

@Tecnativa TT24457
2020-09-14 16:14:59 +02:00
Lois Rilo 72f55e01c8 [13.0][MIG] mail_drop_target: finish migration 2020-09-14 16:14:59 +02:00
Joan Sisquella 75805c3eff [MIG] mail_drop_target: Migration to 13.0 2020-09-04 11:06:03 +02:00
Joan Sisquella ecac8227ba [IMP] mail_drop_target: black, isort 2020-09-04 11:06:03 +02:00
OCA-git-bot 61be50397a [UPD] README.rst 2020-09-04 11:06:03 +02:00
oca-travis 04cfb06ec4 [UPD] Update mail_drop_target.pot 2020-09-04 11:06:03 +02:00
Enric Tobella a82f99c4a2 [12.0][MIG] mail_drop_target 2020-09-04 11:06:03 +02:00
Enric Tobella 72b6781615 [11.0][FIX] mail_drop_target: Add sudo on config_param 2020-09-04 11:06:03 +02:00
OCA-git-bot 18568eb567 mail_drop_target 11.0.1.1.0 2020-09-04 11:06:03 +02:00
OCA-git-bot c7b519b367 [UPD] README.rst 2020-09-04 11:06:03 +02:00
oca-travis 142ae24325 [UPD] Update mail_drop_target.pot 2020-09-04 11:06:03 +02:00
Jordi Ballester Alomar 1256586805 adds an option to disable the notification to existing followers
on a new email dropped to a record.
2020-09-04 11:06:03 +02:00
OCA-git-bot 26fa00eb59 [UPD] README.rst 2020-09-04 11:06:03 +02:00
oca-travis f614e3dc3c [UPD] Update mail_drop_target.pot 2020-09-04 11:06:03 +02:00
Enric Tobella 49f7f8aeeb [IMP] mail_drop_target: Raise a warning when the file has already been imported 2020-09-04 11:06:03 +02:00
Holger Brunn ec9d75b9ac [ADD] test our code without msgextract 2020-09-04 11:06:03 +02:00
Enric Tobella 0793abab7d [MIG] mail_drop_target: Migration to 11.0 2020-09-04 11:06:03 +02:00
Holger Brunn 4a674e385c [ADD] mail_drop_target PoC 2020-09-04 11:06:03 +02:00
OCA-git-bot 56e0a29347 [UPD] addons table in README.md 2020-08-28 08:57:09 +00:00
OCA-git-bot 5ec53e14e9 mass_mailing_custom_unsubscribe 13.0.1.0.1 2020-08-28 08:57:00 +00:00
OCA-git-bot 14824cc508 mail_activity_done 13.0.1.0.1 2020-08-28 08:56:58 +00:00
OCA-git-bot 8f37f7ea92 Merge PR #599 into 13.0
Signed-off-by pedrobaeza
2020-08-28 08:48:22 +00:00
Carlos Roca c5f8d88d9a [FIX] mail_activity_done: Added the changes to avoid the linter warnings 2020-08-28 10:09:49 +02:00
Carlos Roca 80eb0afecd [FIX] mass_mailing_custom_unsubscribe: Added the changes to avoid the linter warnings 2020-08-28 10:09:05 +02:00
OCA-git-bot 28db3c57d0 [ADD] setup.py 2020-08-27 18:29:14 +00:00
OCA-git-bot fe4dda2bd8 [UPD] addons table in README.md 2020-08-27 18:29:10 +00:00
oca-travis 99e1003b79 [UPD] Update mail_attach_existing_attachment.pot 2020-08-27 18:22:53 +00:00
OCA-git-bot 9b85a49fe2 Merge PR #594 into 13.0
Signed-off-by pedrobaeza
2020-08-27 18:14:51 +00:00
Pedro M. Baeza bbf98c7ddf pre-commit: Bump pylint-odoo version
For avoiding having requests as a non known library
2020-08-27 20:09:42 +02:00
OCA-git-bot 9a376dbef5 [UPD] addons table in README.md 2020-08-27 15:20:31 +00:00
OCA-git-bot 698b1a976a mail_inline_css 13.0.1.0.1 2020-08-27 15:20:22 +00:00
OCA-git-bot 063700e62d Merge PR #597 into 13.0
Signed-off-by simahawk
2020-08-27 15:06:34 +00:00
OCA-git-bot 6514cb3c9f [ADD] setup.py 2020-08-27 13:30:46 +00:00
OCA-git-bot 0f4ab112f8 [UPD] README.rst 2020-08-27 13:30:45 +00:00
OCA-git-bot 4e230f096c [UPD] addons table in README.md 2020-08-27 13:30:42 +00:00
Guewen Baconnier 9309136848 Fix issue on empty template with premailer
If premailer receives an empty value, such as an empty string,
on parsing, it returns None and fails when trying to call
'etree.fromstring()' on this None result.

We should avoid to call premailer on an empty string, as the result
will anyway not change.

We may have an empty template for instance when a template could not
compile due to a mistake.
2020-08-27 15:17:51 +02:00
oca-travis e482d70b34 [UPD] Update mass_mailing_custom_unsubscribe.pot 2020-08-27 13:17:08 +00:00
OCA-git-bot 320f8bae0a Merge PR #595 into 13.0
Signed-off-by pedrobaeza
2020-08-27 13:07:29 +00:00
Carlos Roca 1a5653116e [MIG] mass_mailing_custom_unsubscribe: Migration to v13.0 2020-08-26 08:57:06 +02:00
Denis Leemann ab4eb83e78 Translated using Weblate (French)
Currently translated at 83.3% (5 of 6 strings)

Translation: social-13.0/social-13.0-base_search_mail_content
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-base_search_mail_content/fr/
2020-08-25 14:59:58 +00:00
Radovan Skolnik 6017e9c88a [MIG] mail_attach_existing_attachment: Migration to 13.0 2020-08-24 21:38:41 +02:00
Radovan Skolnik fa09bab999 [IMP] mail_attach_existing_attachment: black, isort, prettier 2020-08-24 15:42:33 +02:00
OCA Transbot 8fa756a3a8 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-12.0/social-12.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_attach_existing_attachment/
2020-08-24 15:40:34 +02:00
oca-travis 48000c01b1 [UPD] Update mail_attach_existing_attachment.pot 2020-08-24 15:40:34 +02:00
OCA-git-bot 58c1d9539b [UPD] README.rst 2020-08-24 15:40:34 +02:00
David Beal 6fc9971fe6 FIX image display 2020-08-24 15:40:34 +02:00
Matjaz Mozetic 38c64faf84 Translated using Weblate (Slovenian)
Currently translated at 100.0% (3 of 3 strings)

Translation: social-12.0/social-12.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_attach_existing_attachment/sl/
2020-08-24 15:40:34 +02:00
Rodrigo Macedo 9932d823f3 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3 of 3 strings)

Translation: social-12.0/social-12.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_attach_existing_attachment/pt_BR/
2020-08-24 15:40:34 +02:00
OCA-git-bot fd78252311 [UPD] README.rst 2020-08-24 15:40:34 +02:00
OCA Transbot a717eaed94 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2020-08-24 15:40:34 +02:00