mirror of https://github.com/OCA/web.git
[11.0][IMP] web_export_view: Split readme
parent
81832b05e5
commit
87fc33e91a
|
@ -0,0 +1,2 @@
|
||||||
|
If we wanted to disallow users to use the features provided by this module, we
|
||||||
|
can add them to the group *Disallow Export View Data to Excel*.
|
|
@ -0,0 +1,9 @@
|
||||||
|
* Henry Zhou (MAXodoo) <zhouhenry@live.com>
|
||||||
|
* Rodney <https://github.com/rv-clearcorp>
|
||||||
|
* Simone Orsi <simahawk@gmail.com>
|
||||||
|
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
||||||
|
* Stefan Rijnhart <stefan@therp.nl>
|
||||||
|
* Leonardo Pistone <leonardo.pistone@camptocamp.com>
|
||||||
|
* Jose Maria Bernet <josemaria.bernet@guadaltech.es>
|
||||||
|
* David Vidal <david.vidal@tecnativa.com>
|
||||||
|
* Alexandre Díaz <dev@redneboa.es>
|
|
@ -0,0 +1,11 @@
|
||||||
|
One of the best Odoo's features is exporting custom data to CSV/XLS. You can
|
||||||
|
do it by clicking on the export link in the sidebar. The export action allows
|
||||||
|
us to configure what to be exported by selecting fields, etc, and allows you
|
||||||
|
to save your export as a template so that you can export it once again without
|
||||||
|
having to configure it again.
|
||||||
|
|
||||||
|
That feature is as great and advanced as limited for an everyday experience.
|
||||||
|
A lot of customers want simply to export the tree view they are looking to.
|
||||||
|
|
||||||
|
If you miss this feature as us, probably you'll find an answer into our
|
||||||
|
web_export_view module.
|
|
@ -0,0 +1,9 @@
|
||||||
|
Pedro M. Baeza (pedro.baeza@tecnativa.com):
|
||||||
|
When you have groups, they are not exported to Excel. It would be desirable to have this option.
|
||||||
|
One of the problems with this module is that you can't export data from a view with mode="tree".
|
||||||
|
Changing the approach to have the button always visible (we should relocate it also to another place,
|
||||||
|
as the current location is not visible for these views), and digging correctly in the DOM elements
|
||||||
|
for this view (very similar to the normal tree view one) will do the trick. This will also help users
|
||||||
|
to locate the feature, as it's hidden now by default and users don't think about selecting records.
|
||||||
|
The behavior will be: nothing selected > you export all (including groups).
|
||||||
|
Something or all selected: export the selection.
|
|
@ -0,0 +1,3 @@
|
||||||
|
After you installed it, you'll find an additional link 'Export current view'
|
||||||
|
right on the sidebar. By clicking on it you'll get a XLS file contains
|
||||||
|
the same data of the tree view you are looking at, headers included.
|
Loading…
Reference in New Issue