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

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