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
637 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': '11.0.1.0.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/account_analytic_account_security.xml',
  17. 'views/account_analytic_account_view.xml',
  18. ],
  19. 'license': 'AGPL-3',
  20. 'installable': True,
  21. 'auto_install': True,
  22. }