From a160504b8d9ffa4d647d24553d415906091813cf Mon Sep 17 00:00:00 2001 From: lejeune quentin Date: Mon, 11 Oct 2021 13:27:18 +0000 Subject: [PATCH] [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) --- .../sales/point_of_sale/overview.rst | 1 + .../sales/point_of_sale/overview/https.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 content/applications/sales/point_of_sale/overview/https.rst diff --git a/content/applications/sales/point_of_sale/overview.rst b/content/applications/sales/point_of_sale/overview.rst index aacf1832e..70b431ba9 100644 --- a/content/applications/sales/point_of_sale/overview.rst +++ b/content/applications/sales/point_of_sale/overview.rst @@ -9,3 +9,4 @@ Overview overview/getting_started overview/register + overview/https diff --git a/content/applications/sales/point_of_sale/overview/https.rst b/content/applications/sales/point_of_sale/overview/https.rst new file mode 100644 index 000000000..b25e8ca61 --- /dev/null +++ b/content/applications/sales/point_of_sale/overview/https.rst @@ -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 `, 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` \ No newline at end of file