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
730 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 - Repair',
  5. 'summary': 'Link repair orders to an agreement',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Contract',
  8. 'author': 'Open Source Integrators, '
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/contract',
  11. 'depends': [
  12. 'agreement_serviceprofile',
  13. 'repair',
  14. ],
  15. 'data': [
  16. 'views/agreement_view.xml',
  17. 'views/repair_view.xml',
  18. ],
  19. 'installable': True,
  20. 'license': 'AGPL-3',
  21. 'development_status': 'Beta',
  22. 'maintainers': [
  23. 'smangukiya',
  24. 'max3903',
  25. ],
  26. }