From 0872ac7d98a60163c0f6e7d45236656e71fa4adf Mon Sep 17 00:00:00 2001 From: Sergio Corato Date: Mon, 17 Sep 2018 08:40:41 +0200 Subject: [PATCH] fix depends l10n_it_account on account_fiscal_year for date range menu (#590) * [11.0] port #581 * [11.0] add depend to account-financial-tools for account_fiscal_year module --- l10n_it_account/__manifest__.py | 8 ++++---- l10n_it_account/views/account_view.xml | 7 +------ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/l10n_it_account/__manifest__.py b/l10n_it_account/__manifest__.py index d8ad4f5f98de..0ed3dd9e7d24 100644 --- a/l10n_it_account/__manifest__.py +++ b/l10n_it_account/__manifest__.py @@ -5,14 +5,14 @@ { 'name': 'Italian Localization - Account', - 'version': '11.0.1.0.0', + 'version': '11.0.1.1.0', 'category': 'Hidden', - 'author': "Agile Business Group,Abstract,Odoo Community Association (OCA)", + 'author': "Agile Business Group, Abstract, " + "Odoo Community Association (OCA)", 'website': 'http://www.odoo-italia.net', 'license': 'AGPL-3', "depends": [ - 'account', - 'date_range', + 'account_fiscal_year', 'web', ], "data": [ diff --git a/l10n_it_account/views/account_view.xml b/l10n_it_account/views/account_view.xml index 3573533058c7..24bc1d191577 100644 --- a/l10n_it_account/views/account_view.xml +++ b/l10n_it_account/views/account_view.xml @@ -4,12 +4,7 @@ - - - + id="menu_date_range_generator_action" parent="account_fiscal_year.menu_date_range_accounting"/>