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.

25 lines
779 B

  1. # © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Base Contract",
  5. "summary": "Adds an contract object",
  6. "version": "13.0.1.0.0",
  7. "category": "Contract",
  8. "author": "Akretion, "
  9. "Yves Goldberg (Ygol Internetwork), "
  10. "Odoo Community Association (OCA)",
  11. "website": "https://github.com/oca/contract",
  12. "license": "AGPL-3",
  13. "depends": ["base"],
  14. "data": [
  15. "security/ir.model.access.csv",
  16. "security/agreement_security.xml",
  17. "views/agreement.xml",
  18. "views/agreement_type.xml",
  19. ],
  20. "demo": ["demo/demo.xml"],
  21. "development_status": "Beta",
  22. "maintainers": ["ygol", "alexis-via"],
  23. "installable": True,
  24. }