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.

47 lines
1.3 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. SQL Export Excel
  4. ================
  5. Add the possibility to extract data from a sql query toward an excel file.
  6. It is also possible to provide an template excel file for a query. In this case,
  7. the data will be inserted in the specified sheet of the provided excel file. This
  8. is usefull when doing a lot of calculation in excel and the data is coming from Odoo.
  9. Known issues / Roadmap
  10. ======================
  11. * It was designed to work with xlsx files only, xls format is not supported.
  12. Bug Tracker
  13. ===========
  14. Bugs are tracked on `GitHub Issues
  15. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  16. check there if your issue has already been reported. If you spotted it first,
  17. help us smash it by providing detailed and welcomed feedback.
  18. Credits
  19. =======
  20. Contributors
  21. ------------
  22. * Florian da Costa <florian.dacosta@akretion.com>
  23. Maintainer
  24. ----------
  25. .. image:: http://odoo-community.org/logo.png
  26. :alt: Odoo Community Association
  27. :target: http://odoo-community.org
  28. This module is maintained by the OCA.
  29. OCA, or the Odoo Community Association, is a nonprofit organization whose
  30. mission is to support the collaborative development of Odoo features and
  31. promote its widespread use.
  32. To contribute to this module, please visit http://odoo-community.org.