[FIX] point_of_sale: odoofication

This commit is contained in:
Martin Trigaux 2018-09-26 16:06:48 +02:00
parent 55084d20e7
commit 3ff4173f79

View File

@ -249,7 +249,7 @@ create a group that has access to USB devices
``# groupadd usbusers``
Then we add the user who will run the OpenERP server to ``usbusers``
Then we add the user who will run the Odoo server to ``usbusers``
``# usermod -a -G usbusers USERNAME``