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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Tecnativa - Luis M. Ontalba
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. 'name': 'Contract from Sale',
  6. 'version': '10.0.1.0.0',
  7. 'category': 'Sales',
  8. 'author': 'Tecnativa, '
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/contract',
  11. 'depends': [
  12. 'sales_team',
  13. 'contract',
  14. ],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'security/account_analytic_account_security.xml',
  18. 'views/account_analytic_account_view.xml',
  19. ],
  20. 'license': 'AGPL-3',
  21. 'installable': True,
  22. 'auto_install': True,
  23. }