indaclouds.fr

Some tips when I take time to write them down.

#pip Articles


  • Sun 29 January 2017
  • posts

Install OCA modules with pip

In a previous post, I explained how to build an addon path quickly. In fact, thanks to Acsone guys, there is a much better way to install OCA modules. setuptools-odoo is a tool that allow packaging an Odoo module as standard python package installable with pip. OCA is using this …