From 9d132f8f0ef0c7c2af617219eef1a958b03c8ce1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 29 Jan 2025 07:38:11 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_manual_currency/README.rst | 4 ++-- .../static/description/index.html | 13 ++++++++----- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5bd1130953b..5415aa9b077 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [account_invoice_section_sale_order](account_invoice_section_sale_order/) | 17.0.2.1.0 | | For invoices targetting multiple sale order addsections with sale order name. [account_invoice_transmit_method](account_invoice_transmit_method/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Configure invoice transmit method (email, post, portal, ...) [account_invoice_warn_message](account_invoice_warn_message/) | 17.0.1.0.0 | | Add a popup warning on invoice to ensure warning is populated +[account_manual_currency](account_manual_currency/) | 17.0.1.0.0 | | Allows to manual currency of Accounting [account_move_tier_validation](account_move_tier_validation/) | 17.0.1.0.1 | | Extends the functionality of Account Moves to support a tier validation process. [partner_invoicing_mode](partner_invoicing_mode/) | 17.0.1.0.0 | | Base module for handling multiple partner invoicing mode [portal_account_personal_data_only](portal_account_personal_data_only/) | 17.0.1.0.0 | | Portal Accounting Personal Data Only diff --git a/account_manual_currency/README.rst b/account_manual_currency/README.rst index 84e7cbdff0f..0d16dfef4ec 100644 --- a/account_manual_currency/README.rst +++ b/account_manual_currency/README.rst @@ -7,7 +7,7 @@ Account - Manual Currency !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5bbf880ff529933343b086c7243401202e055b2d40f5be0264e3b76e4794ac2a + !! source digest: sha256:84033af5d4493f28422a6fe42dc870d3ce0759803361520f957abcd0239d41ad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -79,7 +79,7 @@ Authors Contributors ------------ -- Saran Lim. +- Saran Lim. Maintainers ----------- diff --git a/account_manual_currency/static/description/index.html b/account_manual_currency/static/description/index.html index c08e1088f5d..aaa3476804c 100644 --- a/account_manual_currency/static/description/index.html +++ b/account_manual_currency/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 - Manual Currency

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5bbf880ff529933343b086c7243401202e055b2d40f5be0264e3b76e4794ac2a +!! source digest: sha256:84033af5d4493f28422a6fe42dc870d3ce0759803361520f957abcd0239d41ad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows users to update the currency manually for invoices @@ -429,7 +430,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/pyproject.toml b/setup/_metapackage/pyproject.toml index 10323cebb38..7d1f362a184 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-account-invoicing" -version = "17.0.20241115.1" +version = "17.0.20250129.0" dependencies = [ "odoo-addon-account_invoice_block_payment>=17.0dev,<17.1dev", "odoo-addon-account_invoice_blocking>=17.0dev,<17.1dev", @@ -11,6 +11,7 @@ dependencies = [ "odoo-addon-account_invoice_section_sale_order>=17.0dev,<17.1dev", "odoo-addon-account_invoice_transmit_method>=17.0dev,<17.1dev", "odoo-addon-account_invoice_warn_message>=17.0dev,<17.1dev", + "odoo-addon-account_manual_currency>=17.0dev,<17.1dev", "odoo-addon-account_move_tier_validation>=17.0dev,<17.1dev", "odoo-addon-partner_invoicing_mode>=17.0dev,<17.1dev", "odoo-addon-portal_account_personal_data_only>=17.0dev,<17.1dev",