Tag Archives: javascript
- Tuesday, 27 May 2014 10:30 How to add an HTML element at the bottom of the last page of a webkit report Posted by eLBati Introduction report_webkit is an odoo (formerly OpenERP) module that uses the wkhtmltopdf tool to render mako templates into PDF reports. It includes multiple headers, footers and logos, javascript support, CSS support and other features. Sometimes you...
- 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...
- 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...