[IMP] account_financial_report_qweb: Remove unneeded dependency

Module `account_fiscal_year` allows companies with fiscal years with duration
different from 1 year to make financial reporting, but the method used is
overwrting a standard method `compute_fiscalyear_dates` on company, so it's
transparent for this module, and you don't need to have it installed
for most of the companies, that have regular fiscal years.
pull/429/merge
Pedro M. Baeza 2017-12-22 16:42:19 +01:00
parent 3c96258844
commit b436ee84f2
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
'account', 'account',
'account_full_reconcile', 'account_full_reconcile',
'date_range', 'date_range',
'account_fiscal_year',
'report_xlsx', 'report_xlsx',
'report', 'report',
], ],