-
- Downloads
[IMP] point_of_sale, pos_*: Enable HTTPS in POS
HTTPS had been disabled on SaaS to allow the use of the IoT Box that
had no valid SSL certificate. As of V13.0, IoT Boxes connected to
Enterprise DBs have a valid certificate. POS can then use HTTPS.
Nginx is configured to redirect all requests to `/pos/web` to HTTP,
so we change the POS URL to `/pos/ui`, except when using a Six
payment terminal as it only works in HTTP.
closes odoo/odoo#51625
Taskid: 2191878
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/point_of_sale/controllers/main.py 5 additions, 2 deletionsaddons/point_of_sale/controllers/main.py
- addons/point_of_sale/models/pos_config.py 7 additions, 1 deletionaddons/point_of_sale/models/pos_config.py
- addons/point_of_sale/models/pos_session.py 1 addition, 1 deletionaddons/point_of_sale/models/pos_session.py
- addons/point_of_sale/static/src/js/debug_manager.js 1 addition, 1 deletionaddons/point_of_sale/static/src/js/debug_manager.js
- addons/point_of_sale/static/tests/tours/Chrome.tour.js 1 addition, 1 deletionaddons/point_of_sale/static/tests/tours/Chrome.tour.js
- addons/point_of_sale/static/tests/tours/OrderManagementScreen.tour.js 1 addition, 1 deletion..._of_sale/static/tests/tours/OrderManagementScreen.tour.js
- addons/point_of_sale/static/tests/tours/PaymentScreen.tour.js 1 addition, 1 deletion...ns/point_of_sale/static/tests/tours/PaymentScreen.tour.js
- addons/point_of_sale/static/tests/tours/ProductConfigurator.tour.js 1 addition, 1 deletion...nt_of_sale/static/tests/tours/ProductConfigurator.tour.js
- addons/point_of_sale/static/tests/tours/ProductScreen.tour.js 1 addition, 1 deletion...ns/point_of_sale/static/tests/tours/ProductScreen.tour.js
- addons/point_of_sale/static/tests/tours/ReceiptScreen.tour.js 1 addition, 1 deletion...ns/point_of_sale/static/tests/tours/ReceiptScreen.tour.js
- addons/point_of_sale/static/tests/tours/TicketScreen.tour.js 1 addition, 1 deletionaddons/point_of_sale/static/tests/tours/TicketScreen.tour.js
- addons/point_of_sale/static/tests/tours/point_of_sale.js 2 additions, 2 deletionsaddons/point_of_sale/static/tests/tours/point_of_sale.js
- addons/point_of_sale/tests/test_frontend.py 10 additions, 10 deletionsaddons/point_of_sale/tests/test_frontend.py
- addons/point_of_sale/tests/test_js.py 2 additions, 2 deletionsaddons/point_of_sale/tests/test_js.py
- addons/pos_hr/static/tests/tours/PosHrTour.js 1 addition, 1 deletionaddons/pos_hr/static/tests/tours/PosHrTour.js
- addons/pos_hr/tests/test_frontend.py 2 additions, 2 deletionsaddons/pos_hr/tests/test_frontend.py
- addons/pos_restaurant/static/tests/tours/ControlButtons.tour.js 1 addition, 1 deletion.../pos_restaurant/static/tests/tours/ControlButtons.tour.js
- addons/pos_restaurant/static/tests/tours/FloorScreen.tour.js 1 addition, 1 deletionaddons/pos_restaurant/static/tests/tours/FloorScreen.tour.js
- addons/pos_restaurant/static/tests/tours/OrderManagementScreen.tour.js 1 addition, 1 deletion...staurant/static/tests/tours/OrderManagementScreen.tour.js
- addons/pos_restaurant/static/tests/tours/SplitBillScreen.tour.js 1 addition, 1 deletion...pos_restaurant/static/tests/tours/SplitBillScreen.tour.js
Loading
Please register or sign in to comment