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.

25 lines
758 B

  1. # Copyright (C) 2019 Open Source Integrators
  2. # Copyright (C) 2019 Serpent Consulting Services
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. 'name': 'Contract Fieldservice',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Fieldservice',
  8. 'summary': 'This module allows you to set a service '
  9. 'location on each line of the contract.',
  10. 'author': 'Open Source Integrators, '
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://github.com/OCA/contract',
  13. 'depends': [
  14. 'contract_sale_invoicing',
  15. 'fieldservice_sale',
  16. ],
  17. 'data': [
  18. 'views/contract_line.xml',
  19. 'views/sale_view.xml'
  20. ],
  21. 'license': 'AGPL-3',
  22. 'installable': True,
  23. 'auto_install': True,
  24. }