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.

122 lines
4.7 KiB

  1. =======================
  2. Web Export Current View
  3. =======================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
  15. :target: https://github.com/OCA/web/tree/12.0/web_export_view
  16. :alt: OCA/web
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_export_view
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/162/12.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. One of the best Odoo's features is exporting custom data to CSV/XLS. You can
  25. do it by clicking on the export link in the sidebar. The export action allows
  26. us to configure what to be exported by selecting fields, etc, and allows you
  27. to save your export as a template so that you can export it once again without
  28. having to configure it again.
  29. That feature is as great and advanced as limited for an everyday experience.
  30. A lot of customers want simply to export the tree view they are looking to.
  31. If you miss this feature as us, probably you'll find an answer into our
  32. web_export_view module.
  33. **Table of contents**
  34. .. contents::
  35. :local:
  36. Configuration
  37. =============
  38. If we wanted to disallow users to use the features provided by this module, we
  39. can add them to the group *Disallow Export View Data to Excel*.
  40. Usage
  41. =====
  42. After you installed it, you'll find an additional link 'Export current view'
  43. right on the sidebar. By clicking on it you'll get a XLS file contains
  44. the same data of the tree view you are looking at, headers included.
  45. Known issues / Roadmap
  46. ======================
  47. Pedro M. Baeza (pedro.baeza@tecnativa.com):
  48. When you have groups, they are not exported to Excel. It would be desirable to have this option.
  49. One of the problems with this module is that you can't export data from a view with mode="tree".
  50. Changing the approach to have the button always visible (we should relocate it also to another place,
  51. as the current location is not visible for these views), and digging correctly in the DOM elements
  52. for this view (very similar to the normal tree view one) will do the trick. This will also help users
  53. to locate the feature, as it's hidden now by default and users don't think about selecting records.
  54. The behavior will be: nothing selected > you export all (including groups).
  55. Something or all selected: export the selection.
  56. Bug Tracker
  57. ===========
  58. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  59. In case of trouble, please check there if your issue has already been reported.
  60. If you spotted it first, help us smashing it by providing a detailed and welcomed
  61. `feedback <https://github.com/OCA/web/issues/new?body=module:%20web_export_view%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  62. Do not contact contributors directly about support or help with technical issues.
  63. Credits
  64. =======
  65. Authors
  66. ~~~~~~~
  67. * Henry Zhou
  68. * Agile Business Group
  69. Contributors
  70. ~~~~~~~~~~~~
  71. * Henry Zhou (MAXodoo) <zhouhenry@live.com>
  72. * Rodney <https://github.com/rv-clearcorp>
  73. * Simone Orsi <simahawk@gmail.com>
  74. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  75. * Stefan Rijnhart <stefan@therp.nl>
  76. * Leonardo Pistone <leonardo.pistone@camptocamp.com>
  77. * Jose Maria Bernet <josemaria.bernet@guadaltech.es>
  78. * Alexandre Díaz <dev@redneboa.es>
  79. * Valtteri Lattu <valtteri.lattu@tawasta.fi>
  80. * `Tecnativa <https://www.tecnativa.com>`_:
  81. * David Vidal
  82. * Ernesto Tejeda
  83. Maintainers
  84. ~~~~~~~~~~~
  85. This module is maintained by the OCA.
  86. .. image:: https://odoo-community.org/logo.png
  87. :alt: Odoo Community Association
  88. :target: https://odoo-community.org
  89. OCA, or the Odoo Community Association, is a nonprofit organization whose
  90. mission is to support the collaborative development of Odoo features and
  91. promote its widespread use.
  92. This module is part of the `OCA/web <https://github.com/OCA/web/tree/12.0/web_export_view>`_ project on GitHub.
  93. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.