From 8a02cdf523a101f5fa77378c17291e1c6da01d01 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 25 Oct 2024 17:56:05 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + base_report_to_printer_mail/README.rst | 2 +- .../static/description/index.html | 13 ++++++++----- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8a2842c086f..718cb62d644 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [base_report_to_printer](base_report_to_printer/) | 15.0.1.1.2 | | Report to printer +[base_report_to_printer_mail](base_report_to_printer_mail/) | 15.0.1.0.0 | | Report to printer - Mail extension [printer_zpl2](printer_zpl2/) | 15.0.1.0.0 | | Add a ZPL II label printing feature [//]: # (end addons) diff --git a/base_report_to_printer_mail/README.rst b/base_report_to_printer_mail/README.rst index 0f059b30043..abb12792060 100644 --- a/base_report_to_printer_mail/README.rst +++ b/base_report_to_printer_mail/README.rst @@ -7,7 +7,7 @@ Report to printer - Mail extension !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:da16bbac0e6c682fa38bd1b273d413bb22e5138ca5cab28cd667e36f733fc42d + !! source digest: sha256:c691c3b5b1fe2e4b64ba4d41d924f3611b43848426c09cca0f97dce598cff100 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_report_to_printer_mail/static/description/index.html b/base_report_to_printer_mail/static/description/index.html index 7f6d1f258cb..f56193290bd 100644 --- a/base_report_to_printer_mail/static/description/index.html +++ b/base_report_to_printer_mail/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 @@ 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.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Report to printer - Mail extension

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

Beta License: AGPL-3 OCA/report-print-send Translate me on Weblate Try me on Runboat

This module disables the print of a report on a selected printer, @@ -413,7 +414,9 @@

Contributors

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/VERSION.txt b/setup/_metapackage/VERSION.txt index fc75b05dd90..ef8f103cdd1 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20230222.0 \ No newline at end of file +15.0.20241025.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9ae584435b9..6a7b5ce9e40 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, install_requires=[ 'odoo-addon-base_report_to_printer>=15.0dev,<15.1dev', + 'odoo-addon-base_report_to_printer_mail>=15.0dev,<15.1dev', 'odoo-addon-printer_zpl2>=15.0dev,<15.1dev', ], classifiers=[