diff --git a/README.md b/README.md index 22bf53ccba..1699fa48f5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ addon | version | maintainers | summary [mail_post_defer](mail_post_defer/) | 15.0.1.0.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Faster and cancellable outgoing messages [mail_preview_audio](mail_preview_audio/) | 15.0.1.0.0 | | Allow to preview audio files [mail_preview_base](mail_preview_base/) | 15.0.1.0.0 | | Base to add more previewing options +[mail_print](mail_print/) | 15.0.1.0.0 | | Print messages from the chatter of any document. [mail_quoted_reply](mail_quoted_reply/) | 15.0.1.0.3 | | Make a reply using a message [mail_restrict_follower_selection](mail_restrict_follower_selection/) | 15.0.1.0.0 | | Define a domain from which followers can be selected [mail_send_copy](mail_send_copy/) | 15.0.1.0.0 | | Send to you a copy of each mail sent by Odoo diff --git a/mail_print/README.rst b/mail_print/README.rst index 0fb7af6613..434d56548d 100644 --- a/mail_print/README.rst +++ b/mail_print/README.rst @@ -7,7 +7,7 @@ Mail Print Message !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:dd21150507ec3adfe337e04f08c50127d7ecd7644dde4d56e77ce0ba6723ddd0 + !! source digest: sha256:ed64ce44ffbbe8f8b5778bc8a8b242c5d8e24667555852cf928ea6f5e442542f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_print/static/description/icon.png b/mail_print/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/mail_print/static/description/icon.png differ diff --git a/mail_print/static/description/index.html b/mail_print/static/description/index.html index a8a84235b0..7ac06ba82b 100644 --- a/mail_print/static/description/index.html +++ b/mail_print/static/description/index.html @@ -367,7 +367,7 @@

Mail Print Message

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:dd21150507ec3adfe337e04f08c50127d7ecd7644dde4d56e77ce0ba6723ddd0 +!! source digest: sha256:ed64ce44ffbbe8f8b5778bc8a8b242c5d8e24667555852cf928ea6f5e442542f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows users to print messages from the chatter of any document.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index c7e0a1a56b..6dbaeea8a8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240607.0 \ No newline at end of file +15.0.20241003.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index ed5445d0e8..9b5fb54db2 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -36,6 +36,7 @@ 'odoo-addon-mail_post_defer>=15.0dev,<15.1dev', 'odoo-addon-mail_preview_audio>=15.0dev,<15.1dev', 'odoo-addon-mail_preview_base>=15.0dev,<15.1dev', + 'odoo-addon-mail_print>=15.0dev,<15.1dev', 'odoo-addon-mail_quoted_reply>=15.0dev,<15.1dev', 'odoo-addon-mail_restrict_follower_selection>=15.0dev,<15.1dev', 'odoo-addon-mail_send_copy>=15.0dev,<15.1dev',