[FIX] pos/setup: remove extra space in startup command

This commit is contained in:
Olivier Dony 2016-10-23 23:29:49 +02:00 committed by GitHub
parent f6d9683ea2
commit 472d249821

View File

@ -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
~~~~~~~~~~~~~~~~~