[ADD] point_of_sale: configure https in the POS
The default protocol int the POS with "other device"
is on HTTP.
This doc explain how to activate the HTTPS in the POS
closes odoo/documentation#1204
X-original-commit: a160504b8d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
d679d45769
commit
8f7695b8ba
@ -9,3 +9,4 @@ Overview
|
|||||||
|
|
||||||
overview/getting_started
|
overview/getting_started
|
||||||
overview/register
|
overview/register
|
||||||
|
overview/https
|
||||||
|
19
content/applications/sales/point_of_sale/overview/https.rst
Normal file
19
content/applications/sales/point_of_sale/overview/https.rst
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
=========================
|
||||||
|
Secure connection (HTTPS)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
If **Direct Devices** is enabled in a Point of Sale settings (for example, if you use an ePos
|
||||||
|
printer), HTTP becomes the default protocol.
|
||||||
|
|
||||||
|
Force your Point of Sale to use a secure connection (HTTPS)
|
||||||
|
===========================================================
|
||||||
|
|
||||||
|
Add a new **key** in the **System Parameters** to force your Point of Sale to use a secure
|
||||||
|
connection with the HTTPS protocol.
|
||||||
|
|
||||||
|
To do so, activate the :ref:`developer mode <developer-mode>`, go to :menuselection:`Settings -->
|
||||||
|
Technical --> Parameters --> System Parameters`, then create a new parameter, add the following
|
||||||
|
values and click on *Save*.
|
||||||
|
|
||||||
|
- **Key**: `point_of_sale.enforce_https`
|
||||||
|
- **Value**: `True`
|
Loading…
Reference in New Issue
Block a user