Category Archives: Development
- 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...
- 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...
- Sunday, 11 December 2011 12:13 Quickly get and run OpenERP 6.1 (trunk) Posted by eLBati Thanks to Olivier Dony (and lep who indicated it to me), here you have a quick way to setup a development environment with the current trunk version of OpenERP (6.1). Download the script: $ bzr cat...
- Friday, 09 December 2011 10:40 New module to choose the fiscal position from the country Posted by lep In standard OpenERP, you can choose a fiscal position for every partner, and your choice will be used when you select a Partner in an Invoice or Sale Order. In many situations it’s convenient to set...
- Thursday, 18 November 2010 15:49 (Italiano) Plone – creare una browser view e vivere felici senza “restricted python” Posted by simahawk Sorry, this entry is only available in Italiano....
- Monday, 04 October 2010 15:36 OpenERP – How to add a custom field to an object Posted by simahawk Original post: http://simahawk.wordpress.com/2010/10/04/openerp-how-to-add-a-custom-field-to-an-object...