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.

24 lines
788 B

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