diff --git a/account_fiscal_year/README.rst b/account_fiscal_year/README.rst index 5c026ad8..49d089a0 100644 --- a/account_fiscal_year/README.rst +++ b/account_fiscal_year/README.rst @@ -14,13 +14,13 @@ Account Fiscal Year :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-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/12.0/account_fiscal_year + :target: https://github.com/OCA/account-financial-tools/tree/13.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-12-0/account-financial-tools-12-0-account_fiscal_year + :target: https://translation.odoo-community.org/projects/account-financial-tools-13-0/account-financial-tools-13-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/12.0 + :target: https://runbot.odoo-community.org/runbot/92/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -43,7 +43,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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -84,6 +84,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/__manifest__.py b/account_fiscal_year/__manifest__.py index 9795a889..cea055a8 100644 --- a/account_fiscal_year/__manifest__.py +++ b/account_fiscal_year/__manifest__.py @@ -4,22 +4,16 @@ { "name": "Account Fiscal Year", "summary": "Create a menu for Account Fiscal Year", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "development_status": "Beta", "category": "Accounting", "website": "https://github.com/OCA/account-financial-tools", "author": "Agile Business Group, Camptocamp SA, " - "Odoo Community Association (OCA)", + "Odoo Community Association (OCA)", "maintainers": ["eLBati"], "license": "LGPL-3", "application": False, "installable": True, - "depends": [ - "account", - "date_range", - ], - "data": [ - "data/date_range_type.xml", - "views/account_views.xml" - ], + "depends": ["account", "date_range"], + "data": ["data/date_range_type.xml", "views/account_views.xml"], } diff --git a/account_fiscal_year/readme/CONTRIBUTORS.rst b/account_fiscal_year/readme/CONTRIBUTORS.rst index d157ae52..f159ad87 100644 --- a/account_fiscal_year/readme/CONTRIBUTORS.rst +++ b/account_fiscal_year/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * Damien Crier * Laurent Mignon * Lorenzo Battistini +* Andrea Stirpe diff --git a/account_fiscal_year/readme/DESCRIPTION.rst b/account_fiscal_year/readme/DESCRIPTION.rst index 0fc5d7ab..97d00615 100644 --- a/account_fiscal_year/readme/DESCRIPTION.rst +++ b/account_fiscal_year/readme/DESCRIPTION.rst @@ -1,6 +1,6 @@ This module just adds the menu -Invoicing > Configuration > Accounting > Fiscal Years +Invoicing > Configuration > Accounting > Date ranges > Fiscal Years This is totally refactored compared to 11 version, because odoo 12 introduced `account.fiscal.year` object. See https://github.com/OCA/account-financial-tools/pull/706 diff --git a/account_fiscal_year/views/account_views.xml b/account_fiscal_year/views/account_views.xml index ad1a385a..a4361f21 100644 --- a/account_fiscal_year/views/account_views.xml +++ b/account_fiscal_year/views/account_views.xml @@ -1,13 +1,19 @@ - - + - - - + + +