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.

23 lines
744 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": "13.0.1.0.0",
  6. "license": "LGPL-3",
  7. "author": "ADHOC SA, " "Odoo Community Association (OCA)",
  8. "website": "https://github.com/OCA/mis-builder",
  9. "depends": ["mis_builder"],
  10. "data": [
  11. "security/mis_cash_flow_security.xml",
  12. "report/mis_cash_flow_views.xml",
  13. "views/mis_cash_flow_forecast_line_views.xml",
  14. "views/account_account_views.xml",
  15. "data/mis_report_style.xml",
  16. "data/mis_report.xml",
  17. "data/mis_report_instance.xml",
  18. ],
  19. "installable": True,
  20. "maintainers": ["jjscarafia"],
  21. "development_status": "Beta",
  22. }