From 184471dbf1022b03a957a7d51ea32b2c80599956 Mon Sep 17 00:00:00 2001 From: Joren Van Onder Date: Tue, 1 Dec 2015 14:39:15 +0100 Subject: [PATCH] [IMP] point_of_sale: add hw_blackbox_be to posbox image This removes server_wide_modules from odoo.conf entirely because it wasn't actually used. --- addons/point_of_sale/tools/posbox/configuration/odoo.conf | 1 - .../tools/posbox/overwrite_before_init/etc/init.d/odoo | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/point_of_sale/tools/posbox/configuration/odoo.conf b/addons/point_of_sale/tools/posbox/configuration/odoo.conf index 1bc0a0d3ba5..bbe21f44c3e 100644 --- a/addons/point_of_sale/tools/posbox/configuration/odoo.conf +++ b/addons/point_of_sale/tools/posbox/configuration/odoo.conf @@ -3,4 +3,3 @@ data_dir = /var/run/odoo log_level = error logfile = /var/log/odoo/odoo-server.log pidfile = /var/run/odoo/odoo.pid -server_wide_modules = web,hw_proxy,hw_posbox_homepage,hw_posbox_upgrade,hw_scale,hw_scanner,hw_escpos \ No newline at end of file diff --git a/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init.d/odoo b/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init.d/odoo index f9bc0400abc..30be4bd26d3 100755 --- a/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init.d/odoo +++ b/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init.d/odoo @@ -26,7 +26,7 @@ test -x $DAEMON || exit 0 set -e function _start() { - start-stop-daemon --start --quiet --pidfile $PIDFILE --chuid $USER:$USER --background --make-pidfile --exec $DAEMON -- --config $CONFIG --logfile $LOGFILE --load=web,hw_proxy,hw_posbox_homepage,hw_posbox_upgrade,hw_scale,hw_scanner,hw_escpos + start-stop-daemon --start --quiet --pidfile $PIDFILE --chuid $USER:$USER --background --make-pidfile --exec $DAEMON -- --config $CONFIG --logfile $LOGFILE --load=web,hw_proxy,hw_posbox_homepage,hw_posbox_upgrade,hw_scale,hw_scanner,hw_escpos,hw_blackbox_be } function _stop() {