From c221a96e791bd26cb0b1862a6179bd9bec4a3844 Mon Sep 17 00:00:00 2001 From: vifo Date: Thu, 4 Jan 2024 10:00:43 +0100 Subject: [PATCH] [IMP] iot: several printers per report Before we could only associate one printer per reports, Now we can associate several, a pop-up will appear for the first print to ask you to select wich of the associated printers you want to print on, the selection will stay in memory in the local storage and the pop-up wont appear again. To change the selection of printers, you can go in Clear Selected Devices to remove the selection from the local storage, doing so, the pop-up will appear the next time you'll print this report --- content/applications/productivity/iot/devices/printer.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/applications/productivity/iot/devices/printer.rst b/content/applications/productivity/iot/devices/printer.rst index a05a53bc57..aca3a55a25 100644 --- a/content/applications/productivity/iot/devices/printer.rst +++ b/content/applications/productivity/iot/devices/printer.rst @@ -109,7 +109,11 @@ should be linked to this printer. :alt: The printer devices listed in the IoT Devices menu. Now, each time :guilabel:`Print` is selected in the control panel, instead of downloading a PDF, -Odoo sends the report to the selected printer, and automatically prints it. +for the first print, a pop-up will display every printers linked to the report, +Odoo sends the report to the selected printers, and automatically prints it. + +To redo the selection, go to :guilabel:`Clear Selected Devices` and click on the :guilabel:`Unlink` button +near the reports name. The pop-up will reappear at he next print of this repport .. seealso:: :doc:`POS Order Printing <../../../sales/point_of_sale/restaurant/kitchen_printing>`