@ -28,21 +28,30 @@
WEB EXPORT VIEW
WEB EXPORT 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 use 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 .
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
use 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 - customer - experience . A lot of customers want simply to export the tree view they are looking to .
That feature is as great and advanced as limited for an
everyday - customer - 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 .
If you miss this feature as us , probably you ’ ll find an answer into our
web_export_view module .
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 .
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 .
""" ,
""" ,
' author ' : ' Agile Business Group ' ,
' author ' : ' Agile Business Group ' ,
' website ' : ' http://www.agilebg.com ' ,
' website ' : ' http://www.agilebg.com ' ,
' license ' : ' AGPL-3 ' ,
' license ' : ' AGPL-3 ' ,
' depends ' : [ ' web ' ] ,
' depends ' : [ ' web ' ] ,
' external_dependencies ' : {
' python ' : [ ' xlwt ' ] ,
} ,
' external_dependencies ' : {
' python ' : [ ' xlwt ' ] ,
} ,
' data ' : [ ] ,
' data ' : [ ] ,
' active ' : False ,
' active ' : False ,
' auto_install ' : False ,
' auto_install ' : False ,
@ -50,4 +59,3 @@ After you installed it, you’ll find an additional link ‘Export current view
' static/js/web_advanced_export.js ' ,
' static/js/web_advanced_export.js ' ,
] ,
] ,
}
}