From 0335d02ff1c9246401e86a681775fb961d9dc67a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 14 Jun 2024 09:02:29 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + report_display_name_in_footer/README.rst | 2 +- .../static/description/index.html | 13 +++++-------- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17bfedc39..90ebaca65 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [report_company_details_translatable](report_company_details_translatable/) | 16.0.1.0.0 | | Report Company Details Translatable [report_context](report_context/) | 16.0.1.0.0 | | Adding context to reports [report_csv](report_csv/) | 16.0.2.0.0 | | Base module to create csv report +[report_display_name_in_footer](report_display_name_in_footer/) | 16.0.1.0.0 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Show document name in report footer [report_generate_helper](report_generate_helper/) | 16.0.1.0.0 | | Helper to easily generate report [report_label](report_label/) | 16.0.1.0.1 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Print configurable self-adhesive labels reports [report_py3o](report_py3o/) | 16.0.1.0.2 | | Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.) diff --git a/report_display_name_in_footer/README.rst b/report_display_name_in_footer/README.rst index 20348e8e1..d89639e2c 100644 --- a/report_display_name_in_footer/README.rst +++ b/report_display_name_in_footer/README.rst @@ -7,7 +7,7 @@ Report Display Name in Footer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:377040a7fd82c8e62b3a5e6c20ce1456bc7fe3976f52e826b2f197c64c3d5487 + !! source digest: sha256:1e369ea3edc1a53c3d6f184f534c9105f29858bb69723d9fbf5db33aa5af6d01 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/report_display_name_in_footer/static/description/index.html b/report_display_name_in_footer/static/description/index.html index 160d96b80..d6043b8b4 100644 --- a/report_display_name_in_footer/static/description/index.html +++ b/report_display_name_in_footer/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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. @@ -275,7 +274,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* 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 } @@ -301,7 +300,7 @@ span.option { span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:377040a7fd82c8e62b3a5e6c20ce1456bc7fe3976f52e826b2f197c64c3d5487 +!! source digest: sha256:1e369ea3edc1a53c3d6f184f534c9105f29858bb69723d9fbf5db33aa5af6d01 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: LGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

This module extends the pagination functionality in reports to display @@ -479,9 +478,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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 1379754d8..70695ea72 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240606.0 \ No newline at end of file +16.0.20240614.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index b62b8e778..d75c5f57a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,6 +16,7 @@ setuptools.setup( 'odoo-addon-report_company_details_translatable>=16.0dev,<16.1dev', 'odoo-addon-report_context>=16.0dev,<16.1dev', 'odoo-addon-report_csv>=16.0dev,<16.1dev', + 'odoo-addon-report_display_name_in_footer>=16.0dev,<16.1dev', 'odoo-addon-report_generate_helper>=16.0dev,<16.1dev', 'odoo-addon-report_label>=16.0dev,<16.1dev', 'odoo-addon-report_py3o>=16.0dev,<16.1dev',