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

  1. # Copyright (C) 2015 Akretion (<http://www.akretion.com>)
  2. # @author: Florian da Costa
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'SQL Export',
  6. 'version': '12.0.1.0.0',
  7. 'author': 'Akretion,Odoo Community Association (OCA)',
  8. 'website': 'http://www.akretion.com',
  9. 'license': 'AGPL-3',
  10. 'category': 'Generic Modules/Others',
  11. 'summary': 'Export data in csv file with SQL requests',
  12. 'depends': [
  13. 'sql_request_abstract',
  14. ],
  15. 'data': [
  16. 'views/sql_export_view.xml',
  17. 'wizard/wizard_file_view.xml',
  18. 'security/sql_export_security.xml',
  19. 'security/ir.model.access.csv',
  20. ],
  21. 'demo': [
  22. 'demo/sql_export.xml',
  23. ],
  24. 'installable': True,
  25. }