diff --git a/README.md b/README.md
index 0b397541..fbc31739 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[account_bank_statement_reopen_skip_undo_reconciliation](account_bank_statement_reopen_skip_undo_reconciliation/) | 14.0.1.0.0 | | When reopening a bank statement it will respect the reconciled entries.
[account_mass_reconcile](account_mass_reconcile/) | 14.0.1.1.2 | | Account Mass Reconcile
-[account_mass_reconcile_as_job](account_mass_reconcile_as_job/) | 14.0.1.1.1 | | Account Mass Reconcile as Jobs
+[account_mass_reconcile_as_job](account_mass_reconcile_as_job/) | 14.0.1.1.2 | | Account Mass Reconcile as Jobs
[account_mass_reconcile_by_mrp_production](account_mass_reconcile_by_mrp_production/) | 14.0.1.0.0 | | Allows to reconcile based on the MO line
[account_mass_reconcile_by_purchase_line](account_mass_reconcile_by_purchase_line/) | 14.0.1.0.0 | | Allows to reconcile based on the PO line
[account_mass_reconcile_by_sale_line](account_mass_reconcile_by_sale_line/) | 14.0.1.0.0 | | Allows to reconcile based on the SO line
@@ -36,7 +36,7 @@ addon | version | maintainers | summary
[account_reconcile_payment_order](account_reconcile_payment_order/) | 14.0.2.0.0 | [](https://github.com/pedrobaeza) | Automatically propose all lines generated from payment orders
[account_reconcile_reconciliation_date](account_reconcile_reconciliation_date/) | 14.0.1.0.1 | | Track Reconciliation Date of Payments and Invoices
[account_reconcile_restrict_partner_mismatch](account_reconcile_restrict_partner_mismatch/) | 14.0.1.0.0 | | Restrict reconciliation on receivable and payable accounts to the same partner
-[account_reconciliation_widget](account_reconciliation_widget/) | 14.0.2.0.7 | | Account reconciliation widget
+[account_reconciliation_widget](account_reconciliation_widget/) | 14.0.2.0.8 | | Account reconciliation widget
[account_reconciliation_widget_limit_aml](account_reconciliation_widget_limit_aml/) | 14.0.1.0.0 | | Filter all account move lines in reconciliation view
[bank_statement_check_number](bank_statement_check_number/) | 14.0.1.0.0 | [](https://github.com/ps-tubtim) | Add the check number in the bank statements
diff --git a/account_mass_reconcile_as_job/README.rst b/account_mass_reconcile_as_job/README.rst
index 6970645c..f087bac3 100644
--- a/account_mass_reconcile_as_job/README.rst
+++ b/account_mass_reconcile_as_job/README.rst
@@ -7,7 +7,7 @@ Account Mass Reconcile as Jobs
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:d5f7f21092a4f50b6356af995ff62e226c4b943c5f770dafda6a6aecd6e9be55
+ !! source digest: sha256:f8ee55a2588d224d9287add31dd0709aeb78ec6c8a452118c250c93f29cde055
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/account_mass_reconcile_as_job/__manifest__.py b/account_mass_reconcile_as_job/__manifest__.py
index 010d0127..f931b9c5 100644
--- a/account_mass_reconcile_as_job/__manifest__.py
+++ b/account_mass_reconcile_as_job/__manifest__.py
@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
{
"name": "Account Mass Reconcile as Jobs",
- "version": "14.0.1.1.1",
+ "version": "14.0.1.1.2",
"category": "Accounting",
"depends": [
"queue_job",
diff --git a/account_mass_reconcile_as_job/static/description/index.html b/account_mass_reconcile_as_job/static/description/index.html
index 8dba37fa..6bf16320 100644
--- a/account_mass_reconcile_as_job/static/description/index.html
+++ b/account_mass_reconcile_as_job/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,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.
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
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 }
@@ -301,7 +301,7 @@ span.option {
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:d5f7f21092a4f50b6356af995ff62e226c4b943c5f770dafda6a6aecd6e9be55
+!! source digest: sha256:f8ee55a2588d224d9287add31dd0709aeb78ec6c8a452118c250c93f29cde055
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Modify the mass reconcile to do only the search (create the groups to
@@ -429,7 +429,9 @@ 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/account_reconciliation_widget/README.rst b/account_reconciliation_widget/README.rst
index 3c38b0be..6484d185 100644
--- a/account_reconciliation_widget/README.rst
+++ b/account_reconciliation_widget/README.rst
@@ -7,7 +7,7 @@ account_reconciliation_widget
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:0d52517eebbb28021256df2b908243ec57e21ff06fc619cd39ff1785a6552e12
+ !! source digest: sha256:219f08a1b6a8326ee063c0572605434cc36332b0b504c74fef0b9f5c13784bbd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/account_reconciliation_widget/__manifest__.py b/account_reconciliation_widget/__manifest__.py
index 5e483403..2146cbb2 100644
--- a/account_reconciliation_widget/__manifest__.py
+++ b/account_reconciliation_widget/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "account_reconciliation_widget",
- "version": "14.0.2.0.7",
+ "version": "14.0.2.0.8",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Account reconciliation widget",
diff --git a/account_reconciliation_widget/static/description/index.html b/account_reconciliation_widget/static/description/index.html
index 293e2f4f..d7285a3e 100644
--- a/account_reconciliation_widget/static/description/index.html
+++ b/account_reconciliation_widget/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,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.
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
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 }
@@ -301,7 +301,7 @@ span.option {
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:0d52517eebbb28021256df2b908243ec57e21ff06fc619cd39ff1785a6552e12
+!! source digest: sha256:219f08a1b6a8326ee063c0572605434cc36332b0b504c74fef0b9f5c13784bbd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

This module restores account reconciliation widget moved from Odoo community to enterpise in V. 14.0
@@ -419,7 +419,9 @@ 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.