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.

29 lines
844 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright <2011> <Daniel Reis, Maxime Chambreuil, Savoir-faire Linux>
  3. # Copyright 2016 LasLabs Inc.
  4. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  5. {
  6. 'name': 'External Database Source - ODBC',
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Tools',
  9. 'author': "Daniel Reis, "
  10. "LasLabs, "
  11. "Odoo Community Association (OCA)",
  12. 'website': 'https://github.com/OCA/server-tools',
  13. 'license': 'LGPL-3',
  14. 'depends': [
  15. 'base_external_dbsource_sqlite',
  16. ],
  17. # Uncomment this for v11
  18. # 'external_dependencies': [
  19. # 'python': [
  20. # 'sqlalchemy',
  21. # 'pyodbc',
  22. # ]
  23. # ],
  24. 'demo': [
  25. 'demo/base_external_dbsource.xml',
  26. ],
  27. 'installable': True,
  28. 'auto_install': True, # Remove this key for v11
  29. }