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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 LasLabs Inc.
  3. # Copyright 2018 ACSONE SA/NV.
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Product Contract',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Contract Management',
  9. 'license': 'AGPL-3',
  10. 'author': "LasLabs, "
  11. "ACSONE SA/NV, "
  12. "Odoo Community Association (OCA)",
  13. 'website': 'https://laslabs.com',
  14. 'depends': [
  15. 'product',
  16. 'contract_sale',
  17. ],
  18. 'data': [
  19. 'views/product_template.xml',
  20. 'views/sale_order.xml',
  21. ],
  22. 'installable': True,
  23. 'application': False,
  24. }