diff --git a/account_analytic_sequence/README.rst b/account_analytic_sequence/README.rst index 45396f3af4..7072c99685 100644 --- a/account_analytic_sequence/README.rst +++ b/account_analytic_sequence/README.rst @@ -17,13 +17,13 @@ Account Analytic Sequence :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--analytic-lightgray.png?logo=github - :target: https://github.com/OCA/account-analytic/tree/16.0/account_analytic_sequence + :target: https://github.com/OCA/account-analytic/tree/17.0/account_analytic_sequence :alt: OCA/account-analytic .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-account_analytic_sequence + :target: https://translation.odoo-community.org/projects/account-analytic-17-0/account-analytic-17-0-account_analytic_sequence :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-analytic&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-analytic&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -41,7 +41,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. @@ -49,27 +49,26 @@ Credits ======= Authors -~~~~~~~ +------- * ACSONE SA/NV Contributors -~~~~~~~~~~~~ +------------ -* Benjamin Willig -* `CorporateHub `__ +- Benjamin Willig +- `CorporateHub `__ - * Alexey Pelykh + - Alexey Pelykh -* Pierre Verkest -* Manuel Regidor +- Pierre Verkest +- Manuel Regidor +- `Tecnativa `__: -* `Tecnativa `_: - - * Víctor Martínez + - Víctor Martínez Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -81,6 +80,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-analytic `_ project on GitHub. +This module is part of the `OCA/account-analytic `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_analytic_sequence/__manifest__.py b/account_analytic_sequence/__manifest__.py index 63a56099d1..959b71b409 100644 --- a/account_analytic_sequence/__manifest__.py +++ b/account_analytic_sequence/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Account Analytic Sequence", "summary": """Restore the analytic account sequence""", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-analytic", diff --git a/account_analytic_sequence/pyproject.toml b/account_analytic_sequence/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/account_analytic_sequence/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_analytic_sequence/readme/CONTRIBUTORS.md b/account_analytic_sequence/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..16f571b3c8 --- /dev/null +++ b/account_analytic_sequence/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +- Benjamin Willig \<\> +- [CorporateHub](https://corporatehub.eu/) + - Alexey Pelykh \<\> +- Pierre Verkest \<\> +- Manuel Regidor \<\> +- [Tecnativa](https://www.tecnativa.com): + - Víctor Martínez diff --git a/account_analytic_sequence/readme/CONTRIBUTORS.rst b/account_analytic_sequence/readme/CONTRIBUTORS.rst deleted file mode 100644 index 27e6e03e40..0000000000 --- a/account_analytic_sequence/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,11 +0,0 @@ -* Benjamin Willig -* `CorporateHub `__ - - * Alexey Pelykh - -* Pierre Verkest -* Manuel Regidor - -* `Tecnativa `_: - - * Víctor Martínez diff --git a/account_analytic_sequence/readme/DESCRIPTION.rst b/account_analytic_sequence/readme/DESCRIPTION.md similarity index 100% rename from account_analytic_sequence/readme/DESCRIPTION.rst rename to account_analytic_sequence/readme/DESCRIPTION.md diff --git a/account_analytic_sequence/static/description/index.html b/account_analytic_sequence/static/description/index.html index 2fedd65c85..8a1f1d7fe4 100644 --- a/account_analytic_sequence/static/description/index.html +++ b/account_analytic_sequence/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,7 +368,7 @@

Account Analytic Sequence

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:31627e3dbb3166e5f121323f5a938445124b374e03510a7bb9ba7e057879e7ee !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module restores the sequence for an analytic account.

Table of contents

@@ -388,7 +387,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.

@@ -422,7 +421,7 @@

Maintainers

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-analytic project on GitHub.

+

This module is part of the OCA/account-analytic project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/pandoc-3.2-1-amd64.deb b/pandoc-3.2-1-amd64.deb new file mode 100644 index 0000000000..f926716212 Binary files /dev/null and b/pandoc-3.2-1-amd64.deb differ