From e1917871e1ff207b694a8196e4a33d26e67688a8 Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Fri, 22 Dec 2017 14:05:19 +0100 Subject: [PATCH] remove dependency with account_fiscal_year --- account_financial_report/__manifest__.py | 1 - oca_dependencies.txt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 1737757d..b01409d6 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -16,7 +16,6 @@ 'depends': [ 'account', 'date_range', - 'account_fiscal_year', 'report_xlsx', ], 'data': [ diff --git a/oca_dependencies.txt b/oca_dependencies.txt index d0e2ae08..cc9392ec 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,4 +1,3 @@ server-ux -account-financial-tools https://github.com/Eficent/account-financial-tools 11.0-mig-account_fiscal_year reporting-engine https://github.com/OCA/reporting-engine -server-ux https://github.com/OCA/server-ux \ No newline at end of file +server-ux https://github.com/OCA/server-ux