From 3ff4173f79eb529c2aeec34479d3aa6396490b0b Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Wed, 26 Sep 2018 16:06:48 +0200 Subject: [PATCH] [FIX] point_of_sale: odoofication --- 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 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``