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
851 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Anubía, soluciones en la nube,SL (http://www.anubia.es)
  3. # Copyright 2017 Onestein (http://www.onestein.eu)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Optional CSV import',
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Server tools',
  9. 'summary': 'Group-based permissions for importing CSV files',
  10. 'license': 'AGPL-3',
  11. 'author': 'Odoo Community Association (OCA), '
  12. 'Alejandro Santana <alejandrosantana@anubia.es>, '
  13. 'Onestein',
  14. 'maintainer': 'Odoo Community Association (OCA)',
  15. 'website': 'http://odoo-community.org',
  16. 'depends': [
  17. 'web',
  18. 'base_import',
  19. ],
  20. 'data': [
  21. 'security/base_import_security_group_security.xml',
  22. 'views/base_import.xml',
  23. ],
  24. 'installable': True,
  25. }