diff --git a/account_fiscal_year/README.rst b/account_fiscal_year/README.rst index 4360c85a6..6aeeabb36 100644 --- a/account_fiscal_year/README.rst +++ b/account_fiscal_year/README.rst @@ -2,10 +2,13 @@ Account Fiscal Year =================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:a008e71bacea04c2f422f6bfb3574299660e71524f5548016462d9e7e3180df6 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Account Fiscal Year :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_fiscal_year + :target: https://github.com/OCA/account-financial-tools/tree/17.0/account_fiscal_year :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_fiscal_year + :target: https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_fiscal_year :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/92/16.0 - :alt: Try me on Runbot +.. |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=17.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module allows to create and edit fiscal years from the menu: @@ -37,15 +40,17 @@ Invoicing > Configuration > Accounting > Fiscal Years Known issues / Roadmap ====================== -The account.fiscal.year model definition and views come from the core of Odoo v13 community because in v14, account.fiscal.year has been moved to Odoo enterprise. +The account.fiscal.year model definition and views come from the core of +Odoo v13 community because in v14, account.fiscal.year has been moved to +Odoo enterprise. 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 smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -53,26 +58,25 @@ Credits ======= Authors -~~~~~~~ +------- * Agile Business Group * Camptocamp SA Contributors -~~~~~~~~~~~~ +------------ -* Damien Crier -* Laurent Mignon -* Lorenzo Battistini -* Andrea Stirpe -* Simone Rubino +- Damien Crier +- Laurent Mignon +- Lorenzo Battistini +- Andrea Stirpe +- Simone Rubino +- `Pesol `__: -* `Pesol `__: - - * Pedro Evaristo Gonzalez Sanchez + - Pedro Evaristo Gonzalez Sanchez Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -92,6 +96,6 @@ Current `maintainer `__: |maintainer-eLBati| -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_fiscal_year/pyproject.toml b/account_fiscal_year/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_fiscal_year/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_fiscal_year/readme/CONTRIBUTORS.md b/account_fiscal_year/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..69104d852 --- /dev/null +++ b/account_fiscal_year/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +- Damien Crier \<\> +- Laurent Mignon \<\> +- Lorenzo Battistini \<\> +- Andrea Stirpe \<\> +- Simone Rubino \<\> +- [Pesol](https://www.pesol.es): + - Pedro Evaristo Gonzalez Sanchez \<\> diff --git a/account_fiscal_year/readme/CONTRIBUTORS.rst b/account_fiscal_year/readme/CONTRIBUTORS.rst deleted file mode 100644 index 144ead794..000000000 --- a/account_fiscal_year/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* Damien Crier -* Laurent Mignon -* Lorenzo Battistini -* Andrea Stirpe -* Simone Rubino - -* `Pesol `__: - - * Pedro Evaristo Gonzalez Sanchez diff --git a/account_fiscal_year/readme/DESCRIPTION.rst b/account_fiscal_year/readme/DESCRIPTION.md similarity index 54% rename from account_fiscal_year/readme/DESCRIPTION.rst rename to account_fiscal_year/readme/DESCRIPTION.md index fa1a407ad..54e7fdadd 100644 --- a/account_fiscal_year/readme/DESCRIPTION.rst +++ b/account_fiscal_year/readme/DESCRIPTION.md @@ -1,3 +1,3 @@ This module allows to create and edit fiscal years from the menu: -Invoicing > Configuration > Accounting > Fiscal Years +Invoicing \> Configuration \> Accounting \> Fiscal Years diff --git a/account_fiscal_year/readme/ROADMAP.md b/account_fiscal_year/readme/ROADMAP.md new file mode 100644 index 000000000..0b7b3d4d9 --- /dev/null +++ b/account_fiscal_year/readme/ROADMAP.md @@ -0,0 +1,3 @@ +The account.fiscal.year model definition and views come from the core of +Odoo v13 community because in v14, account.fiscal.year has been moved to +Odoo enterprise. diff --git a/account_fiscal_year/readme/ROADMAP.rst b/account_fiscal_year/readme/ROADMAP.rst deleted file mode 100644 index 6edee4668..000000000 --- a/account_fiscal_year/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -The account.fiscal.year model definition and views come from the core of Odoo v13 community because in v14, account.fiscal.year has been moved to Odoo enterprise. diff --git a/account_fiscal_year/static/description/index.html b/account_fiscal_year/static/description/index.html index 76e8848a0..f97f14d00 100644 --- a/account_fiscal_year/static/description/index.html +++ b/account_fiscal_year/static/description/index.html @@ -1,20 +1,20 @@ - + - + Account Fiscal Year