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