indaclouds.fr

Some tips when I take time to write them down.

#odoo Articles


  • Wed 22 February 2017
  • posts

Part 4 - Use Gitlab to build our docker image

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image Today, we'll use Gitlab CI to be able to …

  • Mon 20 February 2017
  • posts

Part 3 - Build a docker image

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image In this post, we'll create a custom docker image …

  • Wed 08 February 2017
  • posts

Part 2 - Create an odoo addon and install it

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image In this post, we'll create on odoo addon, make …

  • Tue 07 February 2017
  • posts

Part 1 - Setup the environment

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image This post is the first part of a serie …

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