docker-odoo/8.0
Simon Lejeune 13fba407e1 [REF] Odoo 8.0-10.0: default USER and PASSWORD to odoo
Defaulting USER to postgres does not make sense as odoo prevents
creating a database with the user `postgres` (however, there's a bug
that allows it when set by environment variable, but still it does not
work later because Odoo does not use the environment variable to find
the databases in the `list_dbs` method).

Defaulting PASSWORD to odoo makes sense because it's what we set in
the documentationm and is even mandatory since we chose to pass the pg
connections parameters[1] and we did not set a default value for it.

[1] a3d207f2d4
2016-11-03 14:59:54 +01:00
..
Dockerfile [REF] Odoo 8.0-10.0: install needed dependencies for worker mode 2016-10-25 19:30:16 +02:00
entrypoint.sh [REF] Odoo 8.0-10.0: default USER and PASSWORD to odoo 2016-11-03 14:59:54 +01:00
openerp-server.conf [IMP] openerp-server.conf: custom addons take priority over odoo addons 2015-10-08 14:50:02 +02:00