Conectar una impresora¶
Instalar una impresora es muy fácil y toma solo un par de pasos. La impresora se puede usar para imprimir recibos, etiquetas, órdenes o incluso reportes de diferentes aplicaciones de Odoo. Además, puede asignar las acciones de una impresora como acciones en un activador durante los procesos de fabricación, así como agregarlas a un punto de control o revisión de calidad.
Advertencia
The only way to connect a printer directly to an Odoo database is through the use of an IoT system. Without an IoT system, printing can still occur, but it is managed through the printer itself, which is not the recommended process.
Conexión¶
IoT systems support printers connected through USB, network connection, or Bluetooth. Supported printers are detected automatically, and appear in the Devices list of the IoT app.

Nota
Printers can take up to two minutes to appear in the IoT app Devices list.
Link a printer¶
Link work orders to a printer¶
Work orders can be linked to printers, via a quality control point, to print labels for manufactured products.
In the Quality app, a device can be set up on a quality control point. To do so, go to the , and open the desired control point.
Importante
A manufacturing operation and work order operation need to be attached to a quality control point before the Type field allows for the Print Label option to be selected.
From here, edit the control point by selecting the Type field, and selecting Print Label from the dropdown menu of options. Doing so reveals the Device field, where the attached device can be selected.
Ahora podrá usar la impresora con el punto de control de calidad seleccionado. Cuando el proceso de fabricación llegue al punto de control de calidad, la base de datos le mostrará la opción de imprimir las etiquetas para un producto en específico.
Truco
Quality control points can also be accessed by navigating to Quality Control Points tab to add them to the device.
, then selecting the device. Go to theNota
On a quality check form, the Type of check can also be set to Print Label.
Ver también
Link reports to a printer¶
It is possible to link report types to a specific printer. To do so:
Go to
and select the desired printer.Go to the Printer Reports tab and click Add a line.
In the pop-up that opens, select the types of reports to be linked to the printer and click Select.

Truco
Reports can also be configured by enabling the developer mode and going to . Select the desired report from the list and set an IoT Device.
La ventana emergente Seleccionar impresoras aparece la primera vez que selecciona un reporte vinculado para imprimirlo. Seleccione la casilla junto a la impresora correspondiente y haga clic en Imprimir, de esta manera el reporte quedará vinculado.
Limpiar la caché del dispositivo de impresión¶
El caché del navegador almacena los ajustes anteriores después de vincular un reporte a una impresora. Un usuario puede tener distintos dispositivos guardados en su caché para otros reportes según el dispositivo que use para acceder a Odoo, además de que otros usuarios pueden imprimir los reportes desde distintas impresoras según sus preferencias.
To unlink a report from a printer, navigate to Unlink button next to each report to remove the link.
. This generates a list of reports that are linked to a printer on the current device. Click theImportante
Este paso solo evita que el reporte se imprima de forma automática en la impresora asignada desde el navegador actual. El reporte sigue vinculado al dispositivo en la pestaña Reportes de la impresora.

Ver también
Posibles problemas¶
No se detecta la impresora¶
If a printer does not appear in the devices list, go to the IoT box’s or Windows virtual IoT’s homepage, click Show in the Devices section, and make sure the printer is listed.
If the printer does not appear on the IoT system’s homepage, click Printer Server, then Administration, and Add Printer. If the printer is not in the list, it is likely not connected properly.
La impresora imprime texto aleatorio¶
Para la mayoría de las impresoras, el controlador correcto se detecta y selecciona de forma automática. Sin embargo, en algunos casos, es posible que el mecanismo de detección automática no sea suficiente, y si no encuentra ningún controlador, la impresora podría imprimir caracteres aleatorios.
The solution is to manually select the corresponding driver. On the IoT system’s homepage, click Printer Server, then Printers, and select the printer in the list. In the Administration dropdown menu, click Modify Printer. Follow the steps and select the printer’s make and model.

Nota
Las impresoras de recibos Epson y las impresoras de etiquetas Zebra no necesitan un controlador para funcionar. Asegúrese de que no se seleccionó ningún controlador para esas impresoras.
La impresora aparece pero no la reconoce con el tipo correcto¶
If Odoo and the IoT system do not recognize the printer correctly, go to Subtype field to the appropriate option: Receipt Printer, Label Printer, or Office Printer.
, click the device’s card to access its form, and set theCaso especial de uso de Epson¶
Most Epson printers support printing receipts in Odoo Point of Sale using the GS v 0
command.
However, the following Epson printer models do not support this command:
TM-U220
TM-U230
TM-P60
TMP-P60II
To bypass this issue, you can configure the printer to use the ESC *
command.
First, review Epson’s website for compatibility for both the GS v 0 and ESC * commands.
If the printer is incompatible with GS v 0
but supports ESC *
, configure the IoT system to use
the ESC *
command as follows:
Access the IoT box’s or Windows virtual IoT’s homepage.
Click the Printer server button, then click Administration on the CUPS page.
Click Add Printer in the Printers section, select the printer, and click Continue.
Truco
If the printer’s name is still uncertain, take the following steps:
Take note of the listed printers on the CUPS page.
Apague la impresora y vuelva a cargar la página.
Compare the difference with the first list to see which printer disappeared.
Vuelva a prender la impresora y recargue la página.
Verifique de nuevo la lista para ver si la impresora vuelve a aparecer.
The printer that disappeared and reappears again on the listed printers is the name of the printer in question. It can be Unknown under Local printers.
On the Add Printer page, specify the printer’s Name using the following convention:
<printer_name>__IMC_<param_1>_<param_2>_..._<param_n>__
, where:printer_name
is the printer’s name. It can contain any character except_
,/
,#
, or ` ` (space character).IMC
: Son las siglas de Image Mode Column (el nombre simplificado deESC*
).param_1
: representa el parámetro específico:SCALE<X>
: Scale of the picture (with the same aspect ratio).X
should be an integer describing the scale percentage that should be used. For example,100
is the original size,50
is half the size, and200
is twice the size.LDV
: Low Density Vertical (densidad vertical baja), se establecerá en High Density Vertical (densidad vertical alta) si no se especifica.LDH
: Low Density Horizontal (densidad horizontal baja), se establecerá en High Density Horizontal (densidad horizontal alta) si no se especifica.
Nota
Density parameters might need to be configured in a particular way, depending on the printer model.
Refer to Epson’s ESC * documentation to determine if the printer requires these parameters to be set.
Example
Los siguientes son ejemplos de nombres con formato correcto e incorrecto:
Formato correcto:
EPSONTMm30II__IMC__
EPSON_TM_U220__IMC_LDV_LDH_SCALE80__
Formato incorrecto (no impedirá la impresión, pero el resultado podría no ser el esperado):
EPSON TMm 30II
: The name cannot contain spaces.EPSONTMm30II
: The name itself is correct, but it will not useESC *
.EPSONTMm30II__IMC
: This name is missing the end__
.EPSONTMm30II__IMC_XDV__
: The parameterXDV
does not match any existing parameters.EPSONTMm30II__IMC_SCALE__
: The parameterSCALE
is missing the scale value.
Once the printer’s name has been defined using the appropriate naming convention, click Continue.
Set the Make value to Raw and the Model value to Raw Queue (en).
Click Add Printer. If everything was done correctly, the page should redirect to the Banners page.
Wait a few minutes for the IoT system to detect the printer and sync to Odoo’s server.
Access the POS settings and select your POS, or click the vertical ellipsis button (⋮) on a POS card and click Edit. Scroll down to the Connected Devices section, enable IoT Box, and select the printer in the Receipt Printer field. Click Save.
Nota
If the printer was set up incorrectly (e.g., it continues to print random text, or the printed receipt is too large or too small), it cannot be modified via the printer’s name in CUPS. Instead, configure a new printer from scratch with modified parameters, following the steps above.
El siguiente es un ejemplo del proceso de solución de problemas para el modelo TM-U220B con el comando ESC *
. El recibo que aparece a continuación ejemplifica un recibo que se imprime correctamente debido al formato adecuado (en teoría):

Printing this receipt immediately without proper formatting will not work, as the TM-U220B
printer model does not support the GS v 0
command. Instead, random characters will be printed:

To properly configure formatting for the Epson TM-U220B printer model, follow these steps:
After checking Epson’s website for compatibility with both the GS v 0 and ESC * commands, the TM-U220B printer is indeed incompatible with
GS v 0
but supportsESC *
.When adding the printer, CUPS displays the list of available printers:
In this case, the printer is connected via USB, so it is not part of the Discovered Network Printers. Instead, it is likely part of the Unknown selection under Local Printers. By unplugging the printer’s USB cable from the IoT system and refreshing the page, the Unknown printer disappears. By plugging it back in, the printer reappears.
For the naming convention, since the printer must print using the
ESC *
command, it is imperative to add__IMC
.For this particular model (TM-U220)
m
should be equal to 0 or 1. While referencing the Description table on Epson’s ESC * website, them
values could be 0, 1, 32, or 33. So, in this case, them
value cannot be 32 or 33 (otherwise, random characters will be printed).The table includes the numeric values 32 and 33; they both occur if the Number of bits for vertical data is set to 24, i.e. it has a High Vertical Density. In the case of configuring the Epson TM-U220, the Low Vertical Density will need to be forced, as this printer model does not support High Vertical Density for this command
ESC *
.Para agregar una Baja densidad vertical, agregue el parámetro
LDV
a la nomenclatura del nombre.Click Continue to proceed. Next, set the Make value to Raw and the Model value to Raw Queue (en).
However, when trying to print with the naming convention
EpsonTMU220B__IMC_LDV__
, the receipt is printed, but it is too large and outside the margin. To resolve this, add a new printer (and naming convention) with theSCALE<X>
parameter to adapt to the receipt’s size.Estos son algunos de los ejemplos:
Convención sobre el nombre de impresoras
EpsonTMU220B__IMC_LDV__
EpsonTMU220B__IMC_LDV_SCALE75__
EpsonTMU220B__IMC_LDV_LDH__
EpsonTMU220B__IMC_LDV_LDH_SCALE35__
Problemas con la impresora DYMO LabelWriter¶
The DYMO LabelWriter has a known issue in printing with IoT systems. The OpenPrinting CUPS server installs the printer using Local RAW Printer drivers. In order to print anything, the correct Make and Model needs to be set to reference the correct driver when using the device.
Additionally, a new printer needs to be added to reduce the print delay that occurs after updating the driver.
Importante
The DYMO LabelWriter 450 DUO printer is the recommended DYMO printer for use with Odoo and IoT systems. This device combines two printers: a label printer and a tape printer. When configuring the following processes, it is essential to select the correct model (either DYMO LabelWriter 450 DUO Label (en) or DYMO LabelWriter 450 DUO Tape (en)). For consistency, the following processes outline configuration steps for the DYMO LabelWriter 450 DUO Label (en) model. Adjust the model selections as needed.
DYMO LabelWriter no está imprimiendo¶
If the DYMO LabelWriter fails to print, install a new driver:
Access the IoT system’s homepage and click
to open the OpenPrinting CUPS console.Click
in the top menu, then click the printer in the list.Select Maintenance in the first dropdown menu.
Select Modify Printer in the second dropdown menu.
Select the specific network connection/printer on which the modification should be made and click Continue.
On the next page, click Continue, then select DYMO from the Make dropdown list.
Click on Continue and set the Model to DYMO LabelWriter 450 DUO Label (en) (or whichever DYMO printer model is being used).
Click Modify Printer to set the new driver; a confirmation page appears.
Click DYMO LabelWriter 450 DUO Label (or whichever DYMO printer model is being used).
in the top menu; all printers installed on the OpenPrinting CUPS server appear, including the newly updatedClick the newly updated printer, then click the Maintenance dropdown menu and select Print Test Page to print a test label. The test label is printed after a few seconds if the driver update was successful.
To reduce this delay, add a new printer using the steps below.
Retraso de impresión en DYMO LabelWriter¶
Truco
If the DYMO LabelWriter 450 DUO printer is not printing at all, or is not recognized (i.e., it has a RAW driver type), then update the drivers on the device.
To resolve the delay issue after modifying the driver, reinstall the printer:
Access the IoT system’s homepage and click
to open the OpenPrinting CUPS console.Click Add a Printer.
in the top menu, then clickOn the next page, in the Local Printers section, select DYMO LabelWriter 450 DUO Label (DYMO LabelWriter 450 DUO Label) (or whichever DYMO printer model is being used) pre-installed printer. Click Continue.
On the following screen, update the Name to something easily identifiable, as the original printer will remain in the list. Then, click Continue.
Set the Model field to DYMO LabelWriter 450 DUO Label (en) (or whichever DYMO printer model is being used), then click Add Printer to complete the installation.
Click DYMO LabelWriter 450 DUO Label (or whichever DYMO printer model is being used) from in the list.
in the top menu and click the newly installed printerClick the Maintenance dropdown list and select Print Test Page to print a test label. The test label should print out immediately, or after one or two seconds.
La impresora Zebra no imprime nada¶
Zebra printers are quite sensitive to the format of the printed Zebra Programming Language (ZPL) code. If nothing comes out of the printer or blank labels are printed, try changing the format of the report sent to the printer. To do so, activate the developer mode, go to , and search for the corresponding template.
Ver también
Barcode scanner issues¶
El lector de códigos de barras lee caracteres que no coinciden con el código de barras¶
By default, most barcode scanners are configured in the US QWERTY format. If the barcode scanner uses a different layout, go to Keyboard Layout field.
and click the barcode device’s card. Then, select the correct language in theNota
The Keyboard Layout is language-specific, with available options varying based on the device and the language of the database (e.g., English (UK), English (US), etc.).
No ocurre nada al escanear un código de barras¶
Make sure the correct device is selected in the Point of Sale settings (when applicable) and the barcode is
configured to send an ENTER
character (keycode 28) at the end of every barcode.
El lector de códigos de barras se detecta como un teclado¶
Importante
Some barcode scanners are identified as USB keyboards rather than barcode scanners and are not recognized by IoT systems.
To change the device type manually, go to Is scanner.
and click the barcode device’s card. Then, enableThe barcode scanner processes barcode characters individually¶
When accessing the mobile version of Odoo from a mobile device or tablet paired with a barcode scanner via the IoT system, the scanner might interpret each character in a barcode as a separate scan. To resolve this, go to Keyboard Layout field.
and click the barcode device’s card. Then, select the correct language in theNota
The Keyboard Layout is language-specific, with available options varying based on the device and the language of the database (e.g., English (UK), English (US), etc.).