Go to file
Simon Lejeune c97e82a93a [FIX] Odoo 9-10: reload handling
We were still trying to make the auto reload feature work with the 8.0
way in the dockerfile 9 and 10. This patch install the dependency used
in Odoo 9-10 (watchdog instead of pyinotify) and remove the
"auto-reload" key from the default configuration file, as the new syntax
is "--dev=reload".

The auto-reload is now disabled by default (it didn't work, let's not
bother someone that does not need it). The easiest way to use it is to
pass the arguments to the odoo process as:

docker run -p 8069:8069 --name odoo --link db:db -t odoo:[9.0|10.0] -- --dev=reload

fixes #84
fixes #98
2017-02-07 16:22:34 +01:00
8.0 [REF] Odoo 8.0-10.0: update to release 20161123 2016-11-23 14:17:55 +01:00
9.0 [FIX] Odoo 9-10: reload handling 2017-02-07 16:22:34 +01:00
10.0 [FIX] Odoo 9-10: reload handling 2017-02-07 16:22:34 +01:00
.gitignore [ADD] gitignore 2016-11-03 20:23:37 +01:00
LICENSE [ADD] Licence file 2016-11-03 20:24:14 +01:00
README.md Create README.md 2014-12-11 09:17:08 +01:00

About this Repo

This is the Git repo of the official Docker image for Odoo. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/odoo.