indaclouds.fr

Some tips when I take time to write them down.

#odoo Articles


  • Wed 18 January 2017
  • posts

Build Odoo addons path quickly

EDIT: Better way to add OCA modules to an Odoo installation When you have a lot of Odoo modules you want to work with, you have to add their parents folders in the addons path to allow Odoo knows about them. This is what my addons folder looks like: % tree …

  • Tue 30 August 2016
  • posts

Odoo with Docker

I started working with Odoo a few weeks ago. Even if its written in Python, you can't install odoo with pip, at least not from pypi. So you have to clone the Github repository, install python dependencies, install PostgreSQL et configure Odoo to hit the database. Not really a big …