diff --git a/account_reconcile_oca/README.rst b/account_reconcile_oca/README.rst
index ceaf846b..708e6d93 100644
--- a/account_reconcile_oca/README.rst
+++ b/account_reconcile_oca/README.rst
@@ -17,13 +17,13 @@ Account Reconcile Oca
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github
- :target: https://github.com/OCA/account-reconcile/tree/17.0/account_reconcile_oca
+ :target: https://github.com/OCA/account-reconcile/tree/18.0/account_reconcile_oca
:alt: OCA/account-reconcile
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_reconcile_oca
+ :target: https://translation.odoo-community.org/projects/account-reconcile-18-0/account-reconcile-18-0-account_reconcile_oca
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=17.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -65,7 +65,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -104,6 +104,6 @@ Current `maintainer `__:
|maintainer-etobella|
-This module is part of the `OCA/account-reconcile `_ project on GitHub.
+This module is part of the `OCA/account-reconcile `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/account_reconcile_oca/demo/demo.xml b/account_reconcile_oca/demo/demo.xml
index a27a51e8..a6c68518 100644
--- a/account_reconcile_oca/demo/demo.xml
+++ b/account_reconcile_oca/demo/demo.xml
@@ -3,5 +3,4 @@
-
diff --git a/account_reconcile_oca/static/description/index.html b/account_reconcile_oca/static/description/index.html
index 280f37db..99b4a992 100644
--- a/account_reconcile_oca/static/description/index.html
+++ b/account_reconcile_oca/static/description/index.html
@@ -369,7 +369,7 @@ ul.auto-toc {
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fa8f7f5af2e7a631cb39b699ebbc41f1bc6cca067be28665f5d4590c752f3054
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This addon allows to reconcile bank statements and account marked as
reconcile.
Table of contents
@@ -416,7 +416,7 @@ You can access the same widget from accounts and Partners.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
diff --git a/account_reconcile_oca/static/src/xml/reconcile.xml b/account_reconcile_oca/static/src/xml/reconcile.xml
index b1934d87..d484ee92 100644
--- a/account_reconcile_oca/static/src/xml/reconcile.xml
+++ b/account_reconcile_oca/static/src/xml/reconcile.xml
@@ -71,8 +71,8 @@
-
-
+
+
diff --git a/account_reconcile_oca/tests/test_bank_account_reconcile.py b/account_reconcile_oca/tests/test_bank_account_reconcile.py
index 88f73f27..580c3120 100644
--- a/account_reconcile_oca/tests/test_bank_account_reconcile.py
+++ b/account_reconcile_oca/tests/test_bank_account_reconcile.py
@@ -1371,7 +1371,7 @@ class TestReconciliationWidget(TestAccountReconciliationCommon):
)
# check that adding a partner does not recompute the amounts on accounting
# entries, but is still synchronized with accounting entries
- f.manual_reference = "account.move.line;%s" % liquidity_lines.id
+ f.manual_reference = f"account.move.line;{liquidity_lines.id}"
f.manual_partner_id = inv1.partner_id
self.assertEqual(f.partner_id, inv1.partner_id)
self.assertEqual(liquidity_lines.debit, 83.33)
@@ -1380,7 +1380,7 @@ class TestReconciliationWidget(TestAccountReconciliationCommon):
# partner change
self.assertEqual(liquidity_lines.debit, 83.33)
self.assertEqual(liquidity_lines.partner_id, inv1.partner_id)
- f.manual_reference = "account.move.line;%s" % line["id"]
+ f.manual_reference = f"account.move.line;{line['id']}"
# simulate click on statement line, check amount does not recompute
f.manual_partner_id = inv1.partner_id
self.assertEqual(f.manual_amount, 83.33)
diff --git a/account_reconcile_oca/views/account_account.xml b/account_reconcile_oca/views/account_account.xml
index 1d8a2b9f..b3abb212 100644
--- a/account_reconcile_oca/views/account_account.xml
+++ b/account_reconcile_oca/views/account_account.xml
@@ -2,7 +2,6 @@
-
account.account.list (in account_reconcile_oca)
account.account
@@ -19,5 +18,4 @@
-
diff --git a/account_reconcile_oca/views/account_account_reconcile.xml b/account_reconcile_oca/views/account_account_reconcile.xml
index 726cca58..5d997608 100644
--- a/account_reconcile_oca/views/account_account_reconcile.xml
+++ b/account_reconcile_oca/views/account_account_reconcile.xml
@@ -2,7 +2,6 @@
-
-
+
@@ -160,5 +159,4 @@
-
diff --git a/account_reconcile_oca/views/account_bank_statement.xml b/account_reconcile_oca/views/account_bank_statement.xml
index 4f4af4a3..b1bf7cc6 100644
--- a/account_reconcile_oca/views/account_bank_statement.xml
+++ b/account_reconcile_oca/views/account_bank_statement.xml
@@ -2,7 +2,6 @@
-
Edit Bank statement
account.bank.statement
@@ -27,7 +26,6 @@
-
diff --git a/account_reconcile_oca/views/account_bank_statement_line.xml b/account_reconcile_oca/views/account_bank_statement_line.xml
index 3751d6a6..7deab340 100644
--- a/account_reconcile_oca/views/account_bank_statement_line.xml
+++ b/account_reconcile_oca/views/account_bank_statement_line.xml
@@ -2,7 +2,6 @@
-
account.bank.statement.line.reconcile
account.bank.statement.line
@@ -151,7 +150,7 @@
-
-
-
diff --git a/account_reconcile_oca/views/account_move_line.xml b/account_reconcile_oca/views/account_move_line.xml
index 2edf6371..0c82e6db 100644
--- a/account_reconcile_oca/views/account_move_line.xml
+++ b/account_reconcile_oca/views/account_move_line.xml
@@ -2,7 +2,6 @@
-
account.move.line.list.reconcile
account.move.line
@@ -42,69 +41,69 @@
99
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
-
-
-
-
-
-
+
-
-
+
diff --git a/account_reconcile_oca/views/res_config_settings.xml b/account_reconcile_oca/views/res_config_settings.xml
index e61ac65b..0024b88b 100644
--- a/account_reconcile_oca/views/res_config_settings.xml
+++ b/account_reconcile_oca/views/res_config_settings.xml
@@ -2,7 +2,6 @@
-
res.config.settings
@@ -18,7 +17,4 @@
-
-
-