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.

41 lines
1.3 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. SQL Export
  4. ==========
  5. Allow to export data in csv files FROM sql requests.
  6. There are some restrictions in the sql sql request, you can only read datas.
  7. No update, deletion or creation are possible.
  8. A new menu named Export is created.
  9. Bug Tracker
  10. ===========
  11. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  12. In case of trouble, please check there if your issue has already been reported.
  13. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  14. `here <https://github.com/OCA/server-tools/issues/new?body=module:%20sql_export%0Aversion:%207.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  15. Credits
  16. =======
  17. Contributors
  18. ------------
  19. * Florian da Costa <florian.dacosta@akretion.com>
  20. Maintainer
  21. ----------
  22. .. image:: http://odoo-community.org/logo.png
  23. :alt: Odoo Community Association
  24. :target: http://odoo-community.org
  25. This module is maintained by the OCA.
  26. OCA, or the Odoo Community Association, is a nonprofit organization whose
  27. mission is to support the collaborative development of Odoo features and
  28. promote its widespread use.
  29. To contribute to this module, please visit http://odoo-community.org.