3
0
Fork 0
web_techsystech/web_export_view
Simone Orsi 6a424d3ac2 [add] known issue section in README, update my email 2016-11-03 08:53:30 +01:00
..
controllers [FIX]-web_export_view: change contributors information 2016-11-03 08:53:30 +01:00
i18n Slovene translations and translation template 2015-04-24 08:09:56 +02:00
static [fix] make JS query work for both community and enterprise edition 2016-11-03 08:53:30 +01:00
view [ADD]-web_export_view: Migrate from API8 to API9 2016-11-03 08:53:30 +01:00
README.rst [add] known issue section in README, update my email 2016-11-03 08:53:30 +01:00
__init__.py [FIX]-web_export_view: change contributors information 2016-11-03 08:53:30 +01:00
__openerp__.py [FIX]-web_export_view: change the js content, create a new item section 2016-11-03 08:53:30 +01:00

README.rst

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :alt: License

Export Current View
===================

One of the best OpenERP'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.


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
the same data of the tree view you are looking at, headers included.



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**>`_.

Known Issues
============

Enterprise version limitation: exported values are interpreted always as strings
so if you want to create formulas or calculations on top of them
you need to convert them manually.

Credits
=======

Contributors
------------

 * Simone Orsi <simone.orsi@camptocamp.com>
 * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
 * Stefan Rijnhart <stefan@therp.nl>
 * Leonardo Pistone <leonardo.pistone@camptocamp.com>
 * Rodney Vargas <rodney.vargas@clearcorp.cr>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: http://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit http://odoo-community.org.