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.

28 lines
788 B

  1. # Copyright 2020 Coop IT Easy SCRL fs
  2. # Robin Keunen <robin@coopiteasy.be>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Easy My Coop Connector",
  6. "version": "12.0.0.0.1",
  7. "depends": ["easy_my_coop"],
  8. "author": "Coop IT Easy SCRLfs",
  9. "category": "Connector",
  10. "website": "www.coopiteasy.be",
  11. "license": "AGPL-3",
  12. "summary": """
  13. Connect to Easy My Coop RESTful API.
  14. """,
  15. "data": [
  16. "security/ir.model.access.csv",
  17. "views/emc_backend.xml",
  18. "views/emc_bindings.xml",
  19. "wizards/emc_history_import_sr.xml",
  20. "views/actions.xml",
  21. "views/menus.xml",
  22. "data/cron.xml",
  23. ],
  24. "demo": ["demo/demo.xml"],
  25. "installable": True,
  26. "application": False,
  27. }