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

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