From e2dc8540fb243c38bf004123288e5ba1a8023b50 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 2 Jul 2024 22:36:10 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_move_line_tax_editable/README.rst | 2 +- .../static/description/index.html | 13 +++++-------- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5179e0421..9769271b0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [account_lock_date_update](account_lock_date_update/) | 17.0.1.0.1 | | Allow an Account adviser to update locking date without having access to all technical settings [account_move_budget](account_move_budget/) | 17.0.1.0.0 | | Create Accounting Budgets [account_move_line_purchase_info](account_move_line_purchase_info/) | 17.0.1.0.0 | | Introduces the purchase order line to the journal items +[account_move_line_tax_editable](account_move_line_tax_editable/) | 17.0.1.0.0 | | Allows to edit taxes on non-posted account move lines [account_move_name_sequence](account_move_name_sequence/) | 17.0.1.0.5 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence [account_move_post_date_user](account_move_post_date_user/) | 17.0.1.0.0 | [![JordiMForgeFlow](https://github.com/JordiMForgeFlow.png?size=30px)](https://github.com/JordiMForgeFlow) | Trace journal entry posting date and user. [account_move_print](account_move_print/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries diff --git a/account_move_line_tax_editable/README.rst b/account_move_line_tax_editable/README.rst index e82f96d95..95b50da34 100644 --- a/account_move_line_tax_editable/README.rst +++ b/account_move_line_tax_editable/README.rst @@ -7,7 +7,7 @@ Account Move Line Tax Editable !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:963e9a00d6b3311a5ccff8ab2681977d6325c1fad0347c74f86647989b58d81f + !! source digest: sha256:6638ad24acebc748f1f556b29ef8d1dc663613469ff98142ba3290f02dc599e5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_line_tax_editable/static/description/index.html b/account_move_line_tax_editable/static/description/index.html index 28b0f9ee3..a63399995 100644 --- a/account_move_line_tax_editable/static/description/index.html +++ b/account_move_line_tax_editable/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:963e9a00d6b3311a5ccff8ab2681977d6325c1fad0347c74f86647989b58d81f +!! source digest: sha256:6638ad24acebc748f1f556b29ef8d1dc663613469ff98142ba3290f02dc599e5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allows to edit taxes on account move lines.

@@ -422,9 +421,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/pyproject.toml b/setup/_metapackage/pyproject.toml index 7a00f94d5..1e5ada6f9 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-account-financial-tools" -version = "17.0.20240606.0" +version = "17.0.20240702.0" dependencies = [ "odoo-addon-account_account_tag_code>=17.0dev,<17.1dev", "odoo-addon-account_asset_management>=17.0dev,<17.1dev", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-account_lock_date_update>=17.0dev,<17.1dev", "odoo-addon-account_move_budget>=17.0dev,<17.1dev", "odoo-addon-account_move_line_purchase_info>=17.0dev,<17.1dev", + "odoo-addon-account_move_line_tax_editable>=17.0dev,<17.1dev", "odoo-addon-account_move_name_sequence>=17.0dev,<17.1dev", "odoo-addon-account_move_post_date_user>=17.0dev,<17.1dev", "odoo-addon-account_move_print>=17.0dev,<17.1dev",