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
680 B

  1. # Copyright (C) 2018 - TODAY, Open Source Integrators
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "FSM Agreements",
  5. "summary": "Manage FSM Agreements",
  6. "author": "Open Source Integrators, "
  7. "Odoo Community Association (OCA)",
  8. "website": "https://github.com/OCA/contract",
  9. "category": "Partner",
  10. "license": "AGPL-3",
  11. "version": "11.0.1.0.0",
  12. "depends": [
  13. "fieldservice",
  14. "agreement",
  15. ],
  16. "data": [
  17. "views/agreement_view.xml",
  18. "views/fsm_order_view.xml",
  19. ],
  20. "application": True,
  21. "development_status": "Beta",
  22. "maintainers": ["max3903", "bodedra"],
  23. }