diff --git a/point_of_sale/overview/setup.rst b/point_of_sale/overview/setup.rst index bb94642d1..444af954e 100644 --- a/point_of_sale/overview/setup.rst +++ b/point_of_sale/overview/setup.rst @@ -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``