Tag Archives: OpenERP
- 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...
- Wednesday, 13 June 2012 14:21 (Italiano) Come registrare in OpenERP le fatture fornitore con ritenuta d’acconto Posted by eLBati Sorry, this entry is only available in Italiano....
- 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...
- Monday, 09 January 2012 12:07 OpenERP – new web client (6.1) documentation Posted by simahawk Even if it’s not yet available on the web (don’t ask why…. :S) you can view the new OpenERP web client documentation on your machine. That’s what you have to do in order to get it:...
- 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...
- Monday, 05 December 2011 11:36 New Follow-Up module for OpenERP Posted by eLBati We developed a new module to better handle the follow-ups. Its name is account_followup_choose_payment and it is configurable through account_followup but, unlike account_followup, it allows to send follow-ups selecting the single (overdue) payments you want to notify...