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
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
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
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
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
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
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
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
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
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