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.

30 lines
763 B

8 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2011 - TODAY Daniel Reis
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Import data from SQL and ODBC data sources.',
  6. 'version': '8.0.0.1.3',
  7. 'category': 'Tools',
  8. 'author': "Daniel Reis,Odoo Community Association (OCA)",
  9. 'website': 'http://launchpad.net/addons-tko',
  10. 'license': 'AGPL-3',
  11. 'images': [
  12. 'images/snapshot1.png',
  13. 'images/snapshot2.png',
  14. ],
  15. 'depends': [
  16. 'base',
  17. 'base_external_dbsource',
  18. ],
  19. 'data': [
  20. 'import_odbc_view.xml',
  21. 'security/ir.model.access.csv',
  22. ],
  23. 'demo': [
  24. 'import_odbc_demo.xml',
  25. ],
  26. 'test': [],
  27. 'installable': True,
  28. 'auto_install': False,
  29. }