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.

24 lines
627 B

  1. # Copyright 2019 Akretion
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'SQL Export Excel',
  5. 'version': '12.0.1.1.0',
  6. 'author': 'Akretion,Odoo Community Association (OCA)',
  7. 'website': 'http://github/oca/server-tools',
  8. 'license': 'AGPL-3',
  9. 'category': 'Generic Modules/Others',
  10. 'summary': 'Allow to export a sql query to an excel file.',
  11. 'depends': [
  12. 'sql_export',
  13. ],
  14. 'external_dependencies': {
  15. 'python': [
  16. 'openpyxl',
  17. ],
  18. },
  19. 'data': [
  20. 'views/sql_export_view.xml',
  21. ],
  22. 'installable': True,
  23. }