[11.0][IMP] web_export_view: Split readme

This commit is contained in:
Alexandre Díaz
2019-04-09 02:41:06 +02:00
committed by Dennis Sluijk
parent c9822a1e3d
commit cb410c26c8
5 changed files with 34 additions and 0 deletions

View File

@@ -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.