Odoo 10 in Docker Oct 12, 2016 As of today, the Docker Hub hibou/odoo [1] image now supports the 10.0 tag and bumps the latest tag to 10.0. **Changes** The configuration file has been renamed from `openerp-server.conf` to `odoo.con... Docker Odoo v10 Read more
Running Odoo on Pypy Oct 12, 2016 For the unfamiliar, Pypy is an alternative just in time (JIT) compiler runtime for the python language. Normally, when you run a python file, the ordinary Python runtime (cpython) interprets the file ... Odoo Read more
Docker Odoo Blueprint Oct 11, 2016 This is a complete guide for how I lay out Odoo deploys, and projects, that is optimized for development and deploy using Git and Docker. Note that whenever I give an example of an owner UID or GUID, ... Docker Odoo Read more
Hibou Odoo Docker Manifesto Aug 9, 2016 I have been using Docker more and more, and the Docker project has progressed to the point where I prefer to use a bare host OS over lots of Virtual Machines (KVM or otherwise). Eight months ago I for... Docker Odoo Read more