From b43ddd2c0de421cb094bb37ee1c43aa935b285a7 Mon Sep 17 00:00:00 2001 From: Salvatore Davide Rapisarda Date: Tue, 7 Jan 2025 17:25:50 +0100 Subject: [PATCH] [MIG] account_fiscal_year: Migration to 18.0 --- account_fiscal_year/README.rst | 4 ++-- account_fiscal_year/__manifest__.py | 2 +- account_fiscal_year/readme/CONTRIBUTORS.md | 1 + account_fiscal_year/readme/DESCRIPTION.md | 4 ++-- .../{res_company_tree.png => res_company_list.png} | Bin .../views/account_fiscal_year_views.xml | 10 +++++----- 6 files changed, 11 insertions(+), 10 deletions(-) rename account_fiscal_year/static/description/{res_company_tree.png => res_company_list.png} (100%) diff --git a/account_fiscal_year/README.rst b/account_fiscal_year/README.rst index 1cc74d9b83f..ca4759a39d0 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 9a27606272a..b675bb9b688 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 69104d85231..5c24bbac929 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 122d32854e4..dbac89bc5d9 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 35c246aab87..258f4ed22eb 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.