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.

29 lines
843 B

  1. # Copyright (C) 2018 - TODAY, Pavlov Media
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Maintenance Agreements',
  5. 'summary': 'Manage maintenance agreements and contracts',
  6. 'author': 'Pavlov Media, '
  7. 'Open Source Integrators, '
  8. 'Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/contract',
  10. 'category': 'Partner',
  11. 'license': 'AGPL-3',
  12. 'version': '11.0.0.0.1',
  13. 'depends': [
  14. 'agreement',
  15. 'maintenance',
  16. 'fieldservice',
  17. ],
  18. 'data': [
  19. 'security/ir.model.access.csv',
  20. 'views/agreement.xml',
  21. 'views/agreement_serviceprofile.xml',
  22. 'views/product.xml',
  23. 'views/menu.xml',
  24. ],
  25. 'application': False,
  26. 'development_status': 'Beta',
  27. 'maintainers': ['max3903'],
  28. }