Commit Graph

1053 Commits (a09666ccff8ba7a63bb909d1d0b2e2481772d30a)

Author SHA1 Message Date
OCA-git-bot 99c5da3bc2 base_search_mail_content 13.0.1.0.1 2020-10-06 17:42:03 +00:00
OCA-git-bot 6eb9a3575f Merge PR #623 into 13.0
Signed-off-by pedrobaeza
2020-10-06 15:37:41 +00:00
Pedro M. Baeza c0e0964880 [FIX] base_search_mail_content: Don't fail on views with searchpanel
On views with a searchpanel, xpath `//field[last()]` may select an element inside
the search panel, provoking the error "Only types ['many2one'] are supported for
category (found type text)".

This fix uses an stricter xpath for avoiding this situation.

TT25796
2020-10-06 12:29:14 +02:00
Jaime Arroyo 06c5daaf38 [FIX] mail_preview_audio: force mail_preview_base js dependency 2020-09-28 13:40:18 +02:00
Jaime Arroyo f4fd2f045e [FIX] mail_preview_base: return DocumentViewer 2020-09-28 13:39:38 +02:00
Jaime Arroyo 8a36ad9d08 [13.0][MIG] mail_preview_audio 2020-09-28 12:02:07 +02:00
Jaime Arroyo 62407a6d2d [IMP] mail_preview_audio: black, isort, prettier 2020-09-28 12:02:07 +02:00
Enric Tobella 516fba2034 [ADD] mail_preview_audio 2020-09-28 12:02:07 +02:00
Jaime Arroyo dc78615513 [13.0][MIG] mail_preview_base 2020-09-28 12:02:07 +02:00
Jaime Arroyo 3f0ac51703 [IMP] mail_preview_base: black, isort, prettier 2020-09-28 12:01:35 +02:00
Enric Tobella 26b5c57e35 [ADD] mail_preview_base 2020-09-28 12:01:35 +02:00
OCA-git-bot 7d46924b29 [UPD] addons table in README.md 2020-09-22 10:11:52 +00:00
OCA-git-bot 4934978186 mail_debrand 13.0.2.0.0 2020-09-22 10:11:43 +00:00
OCA-git-bot becb800ffe [UPD] README.rst 2020-09-22 10:11:42 +00:00
OCA-git-bot 0a1c33afac [UPD] addons table in README.md 2020-09-22 10:11:39 +00:00
OCA-git-bot cdfac9bd9d Merge PR #613 into 13.0
Signed-off-by pedrobaeza
2020-09-22 09:49:59 +00:00
Andrea e715479981 [FIX] support all languages, no need of translations 2020-09-17 12:54:54 +02:00
OCA-git-bot d895fab8e7 [UPD] addons table in README.md 2020-09-15 08:01:04 +00:00
OCA-git-bot d493c16d0d mail_inline_css 13.0.1.0.2 2020-09-15 08:00:55 +00:00
OCA-git-bot b668c8dbdf Merge PR #608 into 13.0
Signed-off-by simahawk
2020-09-15 07:51:51 +00:00
OCA-git-bot c73c1d656e [ADD] setup.py 2020-09-15 06:11:32 +00:00
OCA-git-bot bc19506de4 [UPD] README.rst 2020-09-15 06:11:32 +00:00
OCA-git-bot faefe77582 [UPD] addons table in README.md 2020-09-15 06:11:29 +00:00
oca-travis 38145b3816 [UPD] Update mail_drop_target.pot 2020-09-15 06:02:59 +00:00
OCA-git-bot 377e2eb07e Merge PR #519 into 13.0
Signed-off-by simahawk
2020-09-15 05:54:06 +00:00
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
Simone Orsi 67e4fc673a mail_inline_css: fix transform hook
The mail module offers a better hook to manipulate html: `render_post_process`.
By using this, we make sure the transform is applied properly
before html tags sanitizing happens,
which can alter - if not screw - the final result.

Finally, it simplifies code :)
2020-09-08 08:50:52 +02:00
Katherine Zaoral 542a0b90c0 new changes to squash after review:
- fix misspellings errors in documentation
- add unit test to avoid github checkers red status in codecov tests.
- add validation of email from and domain whitelist fields.
- update documentation remove roadmap for already updated functionalities.
- update translations
2020-09-04 17:58:44 -03:00
Katherine Zaoral c03654896f [ADD] mail_outbound_static: Domain whitelist based logic. 2020-09-04 12:12:11 -03: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