Browse Source

Merge pull request #372 from Eficent/11.0-fix-afr

[11.0][account_financial_report] remove dependency with account_fiscal_year
pull/386/head
Stéphane Bidoul (ACSONE) 7 years ago
committed by GitHub
parent
commit
fe15e4b662
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      account_financial_report/__manifest__.py
  2. 3
      oca_dependencies.txt

1
account_financial_report/__manifest__.py

@ -16,7 +16,6 @@
'depends': [
'account',
'date_range',
'account_fiscal_year',
'report_xlsx',
],
'data': [

3
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
server-ux https://github.com/OCA/server-ux
Loading…
Cancel
Save