Tag Archives: openerp-web
- Monday, 03 September 2012 14:10 OpenERP – Custom colors and styles for form fields Posted by simahawk Some of our customers asked for highlighting particular fields in particular views. At the moment this is not possible in standard OpenERP. We created a new OpenERP module that will allow you to specify different colors...
- Monday, 04 June 2012 16:32 OpenERP web – How to add custom functionalities to the sidebar Posted by simahawk Following my recent article on “How to export current ‘tree’ view to XLS: use web_export_view” I’d like to show how you can add more functionalities to your sidebar on OpenERP web 6.1. The interesting code from web_export_view module looks...
- Monday, 04 June 2012 15:32 OpenERP – How to export current ‘tree’ view to XLS: use web_export_view Posted by simahawk 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...
- Tuesday, 03 April 2012 16:08 How to create an OpenERP module: the easy way Posted by simahawk Every OpenERP developer or integrator knows how can be annoying to create a new module or to add new features (like views,actions, etc) to it. There are several approaches for bootstrapping it. The first, the most...
- Wednesday, 11 January 2012 19:40 OpenERP – new web client (6.1) – javascript hooks Posted by simahawk I was trying to inject some custom code on logout event. My code was never executed though. Finally I got it working thanks to Xavier Morel (see my question on stackoverflow). Here is the clue: you...