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.

26 lines
732 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright <2011> <Daniel Reis, Maxime Chambreuil, Savoir-faire Linux>
  3. # Copyright <2016> <Henry Zhou MAXodoo>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'External Database Sources',
  7. 'version': '10.0.1.0.1',
  8. 'category': 'Tools',
  9. 'author': "Daniel Reis,Odoo Community Association (OCA)",
  10. 'website': 'https://github.com/OCA/server-tools',
  11. 'license': 'LGPL-3',
  12. 'images': [
  13. 'images/screenshot01.png',
  14. ],
  15. 'depends': [
  16. 'base',
  17. ],
  18. 'data': [
  19. 'views/base_external_dbsource.xml',
  20. 'security/ir.model.access.csv',
  21. ],
  22. 'demo': [
  23. 'demo/base_external_dbsource.xml',
  24. ],
  25. 'installable': True,
  26. }