From 4462b8479b0a5fcc3d62fa8932629b19aa47d13e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 28 Sep 2024 08:22:09 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_financial_report_sale/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 0bd57ee7f7b0..4b3b82806cea 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [account_financial_report](account_financial_report/) | 16.0.1.9.0 | | OCA Financial Reports +[account_financial_report_sale](account_financial_report_sale/) | 16.0.1.0.0 | | OCA Financial Reports Sale [account_tax_balance](account_tax_balance/) | 16.0.1.1.2 | | Compute tax balances based on date range [mis_builder_cash_flow](mis_builder_cash_flow/) | 16.0.1.0.0 | [![jjscarafia](https://github.com/jjscarafia.png?size=30px)](https://github.com/jjscarafia) | MIS Builder Cash Flow [mis_template_financial_report](mis_template_financial_report/) | 16.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Profit & Loss / Balance sheet MIS templates diff --git a/account_financial_report_sale/README.rst b/account_financial_report_sale/README.rst index a3c493039389..7c466317e1fe 100644 --- a/account_financial_report_sale/README.rst +++ b/account_financial_report_sale/README.rst @@ -7,7 +7,7 @@ Account Financial Reports Sale !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:40cb105422c302785be424cbdec9f5e783e791a6add66b3d63a5b746e133934f + !! source digest: sha256:dcf4e24f151d02f114730235a2d3e144d4f0efc84b7a67407a1dbd771cdf30a5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_financial_report_sale/static/description/index.html b/account_financial_report_sale/static/description/index.html index 67477ef9ceb1..93c83ca643ce 100644 --- a/account_financial_report_sale/static/description/index.html +++ b/account_financial_report_sale/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 @@

Account Financial Reports Sale

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

Beta License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runboat

This module extends financial reports when needed to have dependency on sales. They are accessible under @@ -418,7 +419,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 1735eb584941..0a67f77a4c83 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240605.0 \ No newline at end of file +16.0.20240928.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 764409c142ea..9a986e567934 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, install_requires=[ 'odoo-addon-account_financial_report>=16.0dev,<16.1dev', + 'odoo-addon-account_financial_report_sale>=16.0dev,<16.1dev', 'odoo-addon-account_tax_balance>=16.0dev,<16.1dev', 'odoo-addon-mis_builder_cash_flow>=16.0dev,<16.1dev', 'odoo-addon-mis_template_financial_report>=16.0dev,<16.1dev',