Commit Graph

4 Commits

Author SHA1 Message Date
Aaron Bohy
4df13f1425 [IMP] openerp-server.conf: custom addons take priority over odoo addons
Moving the extra addons folder before the odoo addons folder in the addons_path
allows to use custom implementation of a given addon (if there are two addons
with the same name, one in extra-addons, the other in openerp/addons, the first
one will take priority over the second one which will simply be ignored).
2015-10-08 14:50:02 +02:00
Samus CTO
79b731f71d [IMP] use PG var envs to find the database
Set /var/lib/odoo as data_dir to keep filestore and addons located there
instead of /var/lib/odoo/.local/share/Odoo
2015-03-03 12:14:14 +01:00
Aaron Bohy
4c855a573d [ADD] extra addons dir for users addons
Set auto-reload to True in the default configuration so that update of
python and xml files does not need a restart of the server.

auto-reload options requires python-pyinotify to be installed.
2015-03-03 12:12:11 +01:00
Aaron Bohy
0c90527ef9 [ADD] Configuration file template 2015-01-05 10:10:47 +01:00