diff --git a/account_move_budget/README.rst b/account_move_budget/README.rst
index 27ab21963..1d21e00b7 100644
--- a/account_move_budget/README.rst
+++ b/account_move_budget/README.rst
@@ -17,13 +17,13 @@ Account Move Budget
: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--financial--tools-lightgray.png?logo=github
- :target: https://github.com/OCA/account-financial-tools/tree/16.0/account_move_budget
+ :target: https://github.com/OCA/account-financial-tools/tree/17.0/account_move_budget
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_move_budget
+ :target: https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_move_budget
: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-financial-tools&target_branch=16.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -34,11 +34,12 @@ These budgets can then be used in MIS Builder reports, as an alternate
source.
The difference between the MIS Builder Budget and this module is that
-this module defines budgets irrespective of the MIS Builder Template. The
-budget is thus agnostic of the reporting format.
+this module defines budgets irrespective of the MIS Builder Template.
+The budget is thus agnostic of the reporting format.
-For example, the budgeted data can be used in a general Profit & Loss report
-and at the same time can be used in a department or project expenses report.
+For example, the budgeted data can be used in a general Profit & Loss
+report and at the same time can be used in a department or project
+expenses report.
**Table of contents**
@@ -48,8 +49,8 @@ and at the same time can be used in a department or project expenses report.
Usage
=====
-In order to set up the budget items go to
-*Invoicing / Accounting / Miscellaneous / Account Move Budgets*.
+In order to set up the budget items go to *Invoicing / Accounting /
+Miscellaneous / Account Move Budgets*.
Bug Tracker
===========
@@ -57,7 +58,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.
@@ -65,20 +66,22 @@ Credits
=======
Authors
-~~~~~~~
+-------
* ForgeFlow
Contributors
-~~~~~~~~~~~~
+------------
-* ForgeFlow, S.L. (https://www.forgeflow.com)
- * Hector Villarreal
- * Jordi Ballester Alomar
-* David Jaen
+- ForgeFlow, S.L. (https://www.forgeflow.com)
+
+ - Hector Villarreal
+ - Jordi Ballester Alomar
+
+- David Jaen
Maintainers
-~~~~~~~~~~~
+-----------
This module is maintained by the OCA.
@@ -90,6 +93,6 @@ 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.
-This module is part of the `OCA/account-financial-tools `_ project on GitHub.
+This module is part of the `OCA/account-financial-tools `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/account_move_budget/pyproject.toml b/account_move_budget/pyproject.toml
new file mode 100644
index 000000000..4231d0ccc
--- /dev/null
+++ b/account_move_budget/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["whool"]
+build-backend = "whool.buildapi"
diff --git a/account_move_budget/readme/CONTRIBUTORS.md b/account_move_budget/readme/CONTRIBUTORS.md
new file mode 100644
index 000000000..75d5b733d
--- /dev/null
+++ b/account_move_budget/readme/CONTRIBUTORS.md
@@ -0,0 +1,4 @@
+- ForgeFlow, S.L. ()
+ - Hector Villarreal \<\>
+ - Jordi Ballester Alomar \<\>
+- David Jaen \<\>
diff --git a/account_move_budget/readme/CONTRIBUTORS.rst b/account_move_budget/readme/CONTRIBUTORS.rst
deleted file mode 100644
index 970d49af0..000000000
--- a/account_move_budget/readme/CONTRIBUTORS.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-* ForgeFlow, S.L. (https://www.forgeflow.com)
- * Hector Villarreal
- * Jordi Ballester Alomar
-* David Jaen
diff --git a/account_move_budget/readme/DESCRIPTION.rst b/account_move_budget/readme/DESCRIPTION.md
similarity index 68%
rename from account_move_budget/readme/DESCRIPTION.rst
rename to account_move_budget/readme/DESCRIPTION.md
index b56898e3d..5324251da 100644
--- a/account_move_budget/readme/DESCRIPTION.rst
+++ b/account_move_budget/readme/DESCRIPTION.md
@@ -4,8 +4,9 @@ These budgets can then be used in MIS Builder reports, as an alternate
source.
The difference between the MIS Builder Budget and this module is that
-this module defines budgets irrespective of the MIS Builder Template. The
-budget is thus agnostic of the reporting format.
+this module defines budgets irrespective of the MIS Builder Template.
+The budget is thus agnostic of the reporting format.
-For example, the budgeted data can be used in a general Profit & Loss report
-and at the same time can be used in a department or project expenses report.
+For example, the budgeted data can be used in a general Profit & Loss
+report and at the same time can be used in a department or project
+expenses report.
diff --git a/account_move_budget/readme/USAGE.md b/account_move_budget/readme/USAGE.md
new file mode 100644
index 000000000..9170609e3
--- /dev/null
+++ b/account_move_budget/readme/USAGE.md
@@ -0,0 +1,2 @@
+In order to set up the budget items go to *Invoicing / Accounting /
+Miscellaneous / Account Move Budgets*.
diff --git a/account_move_budget/readme/USAGE.rst b/account_move_budget/readme/USAGE.rst
deleted file mode 100644
index b16d7e229..000000000
--- a/account_move_budget/readme/USAGE.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-In order to set up the budget items go to
-*Invoicing / Accounting / Miscellaneous / Account Move Budgets*.
diff --git a/account_move_budget/static/description/index.html b/account_move_budget/static/description/index.html
index 8ad9aea52..25786689c 100644
--- a/account_move_budget/static/description/index.html
+++ b/account_move_budget/static/description/index.html
@@ -369,15 +369,16 @@ ul.auto-toc {
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:ea8324ae2fe539fc12ea9f7a7a8bc2b34f61eb137d9a667cdaae2fa77c785804
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module allows to define accounting budgets.
These budgets can then be used in MIS Builder reports, as an alternate
source.
The difference between the MIS Builder Budget and this module is that
-this module defines budgets irrespective of the MIS Builder Template. The
-budget is thus agnostic of the reporting format.
-For example, the budgeted data can be used in a general Profit & Loss report
-and at the same time can be used in a department or project expenses report.
+this module defines budgets irrespective of the MIS Builder Template.
+The budget is thus agnostic of the reporting format.
+For example, the budgeted data can be used in a general Profit & Loss
+report and at the same time can be used in a department or project
+expenses report.
Table of contents
@@ -393,15 +394,15 @@ and at the same time can be used in a department or project expenses report.
-
In order to set up the budget items go to
-Invoicing / Accounting / Miscellaneous / Account Move Budgets.
+
In order to set up the budget items go to Invoicing / Accounting /
+Miscellaneous / Account Move Budgets.
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.
@@ -415,9 +416,11 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
@@ -428,7 +431,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
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.
-
This module is part of the OCA/account-financial-tools project on GitHub.
+
This module is part of the OCA/account-financial-tools project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/account_move_budget/tests/test_account_move_budget.py b/account_move_budget/tests/test_account_move_budget.py
index 74b866159..6d5d8750c 100644
--- a/account_move_budget/tests/test_account_move_budget.py
+++ b/account_move_budget/tests/test_account_move_budget.py
@@ -83,7 +83,6 @@ class TestAccountMoveBudget(TransactionCase):
self.assertTrue(move_form.save())
def test_03_copy_account_move_budget(self):
-
move_form = Form(self.env["account.move.budget"])
move_form.name = "Budget Test 03"
move_form.description = "Description"
@@ -92,7 +91,6 @@ class TestAccountMoveBudget(TransactionCase):
self.assertTrue(move_form.save().copy())
def test_04_actions_account_move_budget(self):
-
values = {
"name": "Budget Test 04",
"description": "Description",
diff --git a/pandoc-3.1.12.1-1-amd64.deb b/pandoc-3.1.12.1-1-amd64.deb
new file mode 100644
index 000000000..d8e51d6c3
Binary files /dev/null and b/pandoc-3.1.12.1-1-amd64.deb differ