From 472d2498210ea3bfd51d92922f7b77143dc6c522 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Sun, 23 Oct 2016 23:29:49 +0200 Subject: [PATCH] [FIX] pos/setup: remove extra space in startup command --- point_of_sale/overview/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/point_of_sale/overview/setup.rst b/point_of_sale/overview/setup.rst index c7b747f85..b1147c181 100644 --- a/point_of_sale/overview/setup.rst +++ b/point_of_sale/overview/setup.rst @@ -273,7 +273,7 @@ Start the local Odoo instance We must launch the Odoo server with the correct settings -``$ ./odoo.py --load=web,hw_proxy,hw_posbox_homepage,hw_posbox_upgrade,hw_scale, hw_scanner,hw_escpos`` +``$ ./odoo.py --load=web,hw_proxy,hw_posbox_homepage,hw_posbox_upgrade,hw_scale,hw_scanner,hw_escpos`` Test the instance ~~~~~~~~~~~~~~~~~