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
787 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': 'Agreement - Project',
  5. 'summary': 'Link projects to an agreement',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Contract',
  8. 'author': 'Open Source Integrators, '
  9. 'Yves Goldberg (Ygol Internetwork), '
  10. 'Odoo Community Association (OCA)',
  11. 'website': 'https://github.com/OCA/contract',
  12. 'depends': [
  13. 'agreement_legal',
  14. 'project',
  15. ],
  16. 'data': [
  17. 'views/agreement_view.xml',
  18. 'views/project_view.xml',
  19. ],
  20. 'installable': True,
  21. 'license': 'AGPL-3',
  22. 'development_status': 'Beta',
  23. 'maintainers': [
  24. 'smangukiya',
  25. 'ygol',
  26. 'max3903',
  27. ],
  28. }