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.

19 lines
534 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.0.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. 'data': [
  15. 'views/sql_export_view.xml',
  16. ],
  17. 'installable': True,
  18. }