Tag Archives: openerp-planet
- 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...
- Friday, 16 May 2014 9:09 OpenDays 2014: odoo (formerly OpenERP) disaster recovery with barman Posted by eLBati Our talk in collaboration with 2ndQuadrant about barman has been accepted at the OpenDays 2014. Tha main speaker will be Gabriele Bartolini, barman’s father. Come to Louvain-La-Neuve and discover barman, the administration tool for disaster recovery...
- Friday, 07 February 2014 11:30 Barman 1.3.0 released Posted by eLBati Barman is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. 2ndQuadrant released the 1.3.0 version and Agile Business Group is a proud contributor of this release. Check out our OpenERP disaster...
- Monday, 15 October 2012 17:34 VAT on payment treatment with OpenERP Posted by eLBati Introduction In some countries, under certain conditions, companies can apply the cash basis. The cash basis means businesses may account for VAT as payment comes in from their customers. It is easier to manage than the...
- 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, 17 April 2012 18:24 Super Calendar Posted by eLBati OpenERP provides a very flexible way to manage several types of views, like tree, form, kanban, gantt and calendar. This means, for instance, that you can view your or scheduled calls calendar by simply clicking on...
- 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...