diff --git a/account_fiscal_year/README.rst b/account_fiscal_year/README.rst index 1cc74d9b8..ca4759a39 100644 --- a/account_fiscal_year/README.rst +++ b/account_fiscal_year/README.rst @@ -35,9 +35,9 @@ Invoicing > Configuration > Accounting > Fiscal Years .. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/17.0/account_fiscal_year/static/description/account_fiscal_year_form.png The start and end dates of the current fiscal years are then available -in the company tree and form views. +in the company list and form views. -.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/17.0/account_fiscal_year/static/description/res_company_tree.png +.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/17.0/account_fiscal_year/static/description/res_company_list.png **Table of contents** diff --git a/account_fiscal_year/__manifest__.py b/account_fiscal_year/__manifest__.py index 9a2760627..b675bb9b6 100644 --- a/account_fiscal_year/__manifest__.py +++ b/account_fiscal_year/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Account Fiscal Year", "summary": "Create Account Fiscal Year", - "version": "17.0.1.1.0", + "version": "18.0.1.0.0", "development_status": "Production/Stable", "category": "Accounting", "website": "https://github.com/OCA/account-financial-tools", diff --git a/account_fiscal_year/readme/CONTRIBUTORS.md b/account_fiscal_year/readme/CONTRIBUTORS.md index 69104d852..5c24bbac9 100644 --- a/account_fiscal_year/readme/CONTRIBUTORS.md +++ b/account_fiscal_year/readme/CONTRIBUTORS.md @@ -5,3 +5,4 @@ - Simone Rubino \<\> - [Pesol](https://www.pesol.es): - Pedro Evaristo Gonzalez Sanchez \<\> +- Salvatore Davide Rapisarda \<\> \ No newline at end of file diff --git a/account_fiscal_year/readme/DESCRIPTION.md b/account_fiscal_year/readme/DESCRIPTION.md index 122d32854..dbac89bc5 100644 --- a/account_fiscal_year/readme/DESCRIPTION.md +++ b/account_fiscal_year/readme/DESCRIPTION.md @@ -5,6 +5,6 @@ Invoicing \> Configuration \> Accounting \> Fiscal Years .. figure:: static/description/account_fiscal_year_form.png The start and end dates of the current fiscal years are then available -in the company tree and form views. +in the company list and form views. -.. figure:: static/description/res_company_tree.png +.. figure:: static/description/res_company_list.png diff --git a/account_fiscal_year/static/description/res_company_tree.png b/account_fiscal_year/static/description/res_company_list.png similarity index 100% rename from account_fiscal_year/static/description/res_company_tree.png rename to account_fiscal_year/static/description/res_company_list.png diff --git a/account_fiscal_year/views/account_fiscal_year_views.xml b/account_fiscal_year/views/account_fiscal_year_views.xml index 35c246aab..258f4ed22 100644 --- a/account_fiscal_year/views/account_fiscal_year_views.xml +++ b/account_fiscal_year/views/account_fiscal_year_views.xml @@ -31,23 +31,23 @@ - - Tree view for account.fiscal.year + + List view for account.fiscal.year account.fiscal.year - + - + Fiscal Years account.fiscal.year - tree,form + list,form

Click here to create a new fiscal year.