Georges Racinet

Georges Racinet

déc.
20
On Tablespaces, Large Objects and Replication

On Tablespaces, Large Objects and Replication

The problem: moving large objects to dedicated storageToday I've been asked the question whether large objects (of which we are
5 min read
déc.
02
Releasing Odoo-based projects as Debian packages

Releasing Odoo-based projects as Debian packages

Here is a report about something I've been playing with lately, namely a way to install a full blown custom
16 min read
nov.
25
anybox-odoo-host

anybox-odoo-host

Après la recette buildout pour OpenERP et ses paquets de dépendances système pour Debian, Anybox publie anybox-odoo-host, un paquet Debian
4 min read
févr.
13
Sphinx autodoc et modules OpenERP

Sphinx autodoc et modules OpenERP

De quoi il est question.sphinx-autodoc est une extension de Sphinx, fournie d’office mais pas activée par défaut,  qui
3 min read
sept.
11
OpenERP : authentification avec OpenID

OpenERP : authentification avec OpenID

Qu'est-ce que c'est ?OpenID est un protocole standard de Single sign-on (SSO). Grâce à lui une application comme OpenERP peut
2 min read
oct.
30
OpenERP : à la découverte des addons web : field et widget

OpenERP : à la découverte des addons web : field et widget

Un compte-rendu de découverte des éléments de formulaires HTML d'OpenERP web en vue d'un cas concret. Cela faisait quelque temps
6 min read
juin
30
Debian package helpers for OpenERP buildouts

Debian package helpers for OpenERP buildouts

Reminders : why Buildout is so greatBuildout is a powerful tool to deploy custom installations, and insulate them from system-wide python
3 min read
avr.
09
Retour d'expérience sur Buildbot 1/3

Retour d'expérience sur Buildbot 1/3

Depuis que j'avais pris en main le développement de CPS, je caressais l'idée de remettre en place un outil d'intégration
7 min read
avr.
07
Calling super() from a method decorator

Calling super() from a method decorator

(originally published on 2012-04-07) How to systematically  call super() from a decorator wrapping a function in Python 2 ? This   might
3 min read
avr.
07
Inside OpenERP inheritance

Inside OpenERP inheritance

(originally published on 2012-04-07) The OpenObject framework provides a clear and intuitive way of overriding models through inheritance. This is
6 min read