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.

27 lines
852 B

  1. # Copyright (C) 2018 Pavlov Media
  2. # Copyright (C) 2019 Open Source Integrators
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Agreement Service Profile',
  6. 'summary': "Adds an Agreement Service Profile object",
  7. 'version': '12.0.1.1.0',
  8. 'category': 'Contract',
  9. 'author': 'Pavlov Media, '
  10. 'Open Source Integrators, '
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://github.com/oca/contract',
  13. 'license': 'AGPL-3',
  14. 'depends': ['agreement_legal'],
  15. 'data': [
  16. 'data/serviceprofile_stage.xml',
  17. 'security/ir.model.access.csv',
  18. 'views/product.xml',
  19. 'views/agreement_serviceprofile.xml',
  20. 'views/agreement.xml',
  21. ],
  22. 'development_status': 'Beta',
  23. 'maintainers': [
  24. 'max3903',
  25. ],
  26. 'installable': True,
  27. }