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.

27 lines
756 B

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