HOWTO add some additional security to your OpenERP web client (SSL using Nginx)

The current OpenERP Web client only supports connexions through HTTP. If we don't want our passwords to be transferred in readable format and add a bit more privacy, we need to add an SSL layer, which means providing HTTPS support. The simpliest way to do this, is to configure a SSL reverse proxy. To that purpose, we are going to use Nginx (http://www.nginx.org/), which is a fast and robust HTTP server and reverse proxy.

OpenERP GTK Client: HOWTO Compiling hippo-canvas library on Win32 (or how to make calendar view visible)

It was a long time ago, prior to the OpenERP 5.0 release, that I've been able to compile the hippo-canvas library under Windows. I didn't ever take the time for writing a full "howto" on how I accomplished that. So finally, here is an "up-to-date" HOWTO :)

Comment créer un spider chart dans OpenERP?

Comment présenter ses données via un graphique en radar (« toile d'araignée » ou « spider chart ») de façon automatique dans OpenERP?

Les possibilités standard

De base, OpenERP dispose de 2 types de graphique différents

  • Bar chart (en bâton)

  • Pie chart (circulaire ou camembert)

Ces graphiques sont disponibles dans le client web et le client GTK.

Exemple de graphiques sous le client GTK :

Subscribe to Thamini's Blogs RSS