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.

23 lines
713 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Pesol (<http://pesol.es>)
  3. # Copyright 2017 Angel Moya <angel.moya@pesol.es>
  4. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
  5. {
  6. 'name': 'Contracts Management - Recurring Sales',
  7. 'version': '10.0.2.0.0',
  8. 'category': 'Contract Management',
  9. 'license': 'AGPL-3',
  10. 'author': "PESOL, "
  11. "Odoo Community Association (OCA)",
  12. 'website': 'https://github.com/oca/contract',
  13. 'depends': ['contract', 'sale'],
  14. 'data': [
  15. 'views/account_analytic_account_view.xml',
  16. 'views/account_analytic_contract_view.xml',
  17. 'views/sale_view.xml',
  18. 'data/contract_cron.xml',
  19. ],
  20. 'installable': True,
  21. }