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.

28 lines
776 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.2.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. 'images': [
  15. 'images/screenshot01.png',
  16. ],
  17. 'depends': [
  18. 'base',
  19. ],
  20. 'data': [
  21. 'views/base_external_dbsource.xml',
  22. 'security/ir.model.access.csv',
  23. ],
  24. 'demo': [
  25. 'demo/base_external_dbsource.xml',
  26. ],
  27. 'installable': True,
  28. }