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.

25 lines
691 B

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