diff --git a/pos_access_right/README.rst b/pos_access_right/README.rst index 021c681e..c92fcdab 100644 --- a/pos_access_right/README.rst +++ b/pos_access_right/README.rst @@ -16,15 +16,21 @@ This module will add the following groups to Odoo: * PoS - Change Unit Price: The cashier can change the unit price of a product in Point Of Sale; -Important Note --------------- +.. image:: /pos_access_right/static/description/new_groups.png -* On PoS Front End, the cashier access right are used. This feature allow - a manager to log into PoS to unblock a specific feature, +If a user doesn't belong to a group, he can not use the according feature. +For example, here is the default numpad for the demo data user : -.. image:: /pos_access_right/static/description/pos_xxx.png +.. image:: /pos_access_right/static/description/demo_numpad.png +If the user try to use a forbidden feature, here is the warning displayed. + +.. image:: /pos_access_right/static/description/demo_error.png + +If the cashier changed, the new right are applied : + +.. image:: /pos_access_right/static/description/admin_numpad.png Installation ============ diff --git a/pos_access_right/static/description/admin_numpad.png b/pos_access_right/static/description/admin_numpad.png new file mode 100644 index 00000000..08c889c2 Binary files /dev/null and b/pos_access_right/static/description/admin_numpad.png differ diff --git a/pos_access_right/static/description/demo_error.png b/pos_access_right/static/description/demo_error.png new file mode 100644 index 00000000..7c86cea2 Binary files /dev/null and b/pos_access_right/static/description/demo_error.png differ diff --git a/pos_access_right/static/description/demo_numpad.png b/pos_access_right/static/description/demo_numpad.png new file mode 100644 index 00000000..448dc2fb Binary files /dev/null and b/pos_access_right/static/description/demo_numpad.png differ diff --git a/pos_access_right/static/description/new_groups.png b/pos_access_right/static/description/new_groups.png new file mode 100644 index 00000000..11a1c616 Binary files /dev/null and b/pos_access_right/static/description/new_groups.png differ