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 | [](https://github.com/alexis-via) [](https://github.com/moylop260) [](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 | [](https://github.com/JordiMForgeFlow) | Trace journal entry posting date and user.
[account_move_print](account_move_print/) | 17.0.1.0.0 | [](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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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
This module is maintained by the OCA.
-
-
-
+
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",