mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG 10.0] web_export_view (#444)
This commit is contained in:
committed by
Pedro M. Baeza
parent
66af04f833
commit
be736df3ad
@@ -4,7 +4,7 @@
|
||||
Export Current View
|
||||
===================
|
||||
|
||||
One of the best OpenERP's features is exporting custom data to CSV/XLS. You can
|
||||
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
|
||||
@@ -21,19 +21,31 @@ Usage
|
||||
=====
|
||||
|
||||
After you installed it, you'll find an additional link 'Export current view'
|
||||
right below the 'Export' one. By clicking on it you'll get a XLS file contains
|
||||
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.
|
||||
|
||||
|
||||
Known Issues
|
||||
============
|
||||
|
||||
Pedro M. Baeza (pedro.baeza@gmail.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.
|
||||
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
|
||||
`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**>`_.
|
||||
|
||||
Bugs are tracked on `GitHub Issues
|
||||
<https://github.com/OCA/web/issues>`_. In case of trouble, please
|
||||
check there if your issue has already been reported. If you spotted it first,
|
||||
help us smashing it by providing a detailed and welcomed feedback.
|
||||
|
||||
Credits
|
||||
=======
|
||||
@@ -41,6 +53,8 @@ Credits
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* 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>
|
||||
|
||||
Reference in New Issue
Block a user