You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
773 B

  1. # Copyright 2019 ADHOC SA
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'MIS Builder Cash Flow',
  5. 'version': '12.0.1.1.0',
  6. 'license': 'LGPL-3',
  7. 'author': 'ADHOC SA, '
  8. 'Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/mis-builder',
  10. 'depends': [
  11. 'mis_builder',
  12. ],
  13. 'data': [
  14. 'security/mis_cash_flow_security.xml',
  15. 'report/mis_cash_flow_views.xml',
  16. 'views/mis_cash_flow_forecast_line_views.xml',
  17. 'views/account_account_views.xml',
  18. 'data/mis_report_style.xml',
  19. 'data/mis_report.xml',
  20. 'data/mis_report_instance.xml',
  21. ],
  22. 'installable': True,
  23. 'maintainers': ['jjscarafia'],
  24. 'development_status': 'Beta',
  25. }