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.

68 lines
2.3 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License
  3. Export Current View
  4. ===================
  5. One of the best OpenERP's features is exporting custom data to CSV/XLS. You can
  6. do it by clicking on the export link in the sidebar. The export action allows
  7. us to configure what to be exported by selecting fields, etc, and allows you
  8. to save your export as a template so that you can export it once again without
  9. having to configure it again.
  10. That feature is as great and advanced as limited for an everyday experience.
  11. A lot of customers want simply to export the tree view they are looking to.
  12. If you miss this feature as us, probably you'll find an answer into our
  13. web_export_view module.
  14. Usage
  15. =====
  16. After you installed it, you'll find an additional link 'Export current view'
  17. right below the 'Export' one. By clicking on it you'll get a XLS file contains
  18. the same data of the tree view you are looking at, headers included.
  19. Bug Tracker
  20. ===========
  21. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  22. In case of trouble, please check there if your issue has already been reported.
  23. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  24. `here <https://github.com/OCA/web/issues/new?body=module:%20web_export_view%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  25. Known Issues
  26. ============
  27. Enterprise version limitation: exported values are interpreted always as strings
  28. so if you want to create formulas or calculations on top of them
  29. you need to convert them manually.
  30. Credits
  31. =======
  32. Contributors
  33. ------------
  34. * Simone Orsi <simone.orsi@camptocamp.com>
  35. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  36. * Stefan Rijnhart <stefan@therp.nl>
  37. * Leonardo Pistone <leonardo.pistone@camptocamp.com>
  38. * Rodney Vargas <rodney.vargas@clearcorp.cr>
  39. * Jairo Llopis <jairo.llopis@tecnativa.com>
  40. Maintainer
  41. ----------
  42. .. image:: http://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: http://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  47. To contribute to this module, please visit http://odoo-community.org.