diff --git a/README.md b/README.md index 963db0ab4..64608757d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [mail_composer_cc_bcc](mail_composer_cc_bcc/) | 17.0.1.0.0 | [![trisdoan](https://github.com/trisdoan.png?size=30px)](https://github.com/trisdoan) | This module enables sending mail to CC and BCC partners in mail composer form. [mail_composer_cc_bcc_account](mail_composer_cc_bcc_account/) | 17.0.1.0.0 | [![hailangvn2023](https://github.com/hailangvn2023.png?size=30px)](https://github.com/hailangvn2023) | This module enables sending mail to CC and BCC partners for invoices. [mail_debrand](mail_debrand/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | Remove Odoo branding in sent emails Removes anchor 20characters +[mail_layout_preview](mail_layout_preview/) | 17.0.1.0.0 | | Preview email templates in the browser [mail_notification_custom_subject](mail_notification_custom_subject/) | 17.0.1.0.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Apply a custom subject to mail notifications [mail_optional_autofollow](mail_optional_autofollow/) | 17.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message [mail_optional_follower_notification](mail_optional_follower_notification/) | 17.0.1.0.0 | | Choose to notify followers on mail.compose.message diff --git a/mail_layout_preview/README.rst b/mail_layout_preview/README.rst index 593051b78..dc2fefd0d 100644 --- a/mail_layout_preview/README.rst +++ b/mail_layout_preview/README.rst @@ -7,7 +7,7 @@ Mail Preview !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4b096426f65610ad76b1408c5d42186b2e65076726ffd214653362f77bd00fe2 + !! source digest: sha256:be47eb3427e07528f33c509cc3c2cea7912776acf13806a0fbfd35288b0a2ae0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_layout_preview/static/description/index.html b/mail_layout_preview/static/description/index.html index c05128dc1..a66aa74bc 100644 --- a/mail_layout_preview/static/description/index.html +++ b/mail_layout_preview/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4b096426f65610ad76b1408c5d42186b2e65076726ffd214653362f77bd00fe2 +!! source digest: sha256:be47eb3427e07528f33c509cc3c2cea7912776acf13806a0fbfd35288b0a2ae0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/social Translate me on Weblate Try me on Runboat

The purpose of this module is to help development of email templates @@ -438,7 +439,9 @@ financially supported by:

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index ca15211f6..28b6c0073 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20241028.0" +version = "17.0.20241114.0" dependencies = [ "odoo-addon-base_search_mail_content>=17.0dev,<17.1dev", "odoo-addon-mail_activity_board>=17.0dev,<17.1dev", @@ -11,6 +11,7 @@ dependencies = [ "odoo-addon-mail_composer_cc_bcc>=17.0dev,<17.1dev", "odoo-addon-mail_composer_cc_bcc_account>=17.0dev,<17.1dev", "odoo-addon-mail_debrand>=17.0dev,<17.1dev", + "odoo-addon-mail_layout_preview>=17.0dev,<17.1dev", "odoo-addon-mail_notification_custom_subject>=17.0dev,<17.1dev", "odoo-addon-mail_optional_autofollow>=17.0dev,<17.1dev", "odoo-addon-mail_optional_follower_notification>=17.0dev,<17.1dev",