[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#1195

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
lejeune quentin 2021-10-11 13:27:18 +00:00 committed by Jonathan Castillo (jcs)
parent 7fb67424d3
commit a160504b8d
2 changed files with 20 additions and 0 deletions

View File

@ -9,3 +9,4 @@ Overview
overview/getting_started
overview/register
overview/https

View 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`