Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
709 Vizualizări

Hi everyone,

I am using Odoo 18 Community Edition and I want to implement KOT (Kitchen Order Ticket) printing.

Most of the solutions I found are based on using Epson printers with IoT Box or Epson-specific drivers.

But I have an IP-based thermal printer (it is not an Epson printer).

Is there any method, module, or workaround to enable KOT printing in Odoo 18 Community Edition using a non-Epson IP printer?

Maybe something like direct IP printing, raw printing, or using a connector?

Any guidance or suggestions would be greatly appreciated!

Thank you!

Imagine profil
Abandonează
Cel mai bun răspuns

1. Use Web Browser Printing (Simplest Method):

  • Any printer (USB, WiFi, or LAN) connected to the POS terminal system can print a KOT if you:
    • Configure the POS to open a new tab for order receipts.
    • Use the browser’s print dialog to redirect print to your preferred printer.

2. Customize the POS Receipt Template:

  • Go to: Point of Sale → Configuration → Point of Sale → Receipts
  • Modify the HTML template (pos_ticket.xml) to resemble a KOT:
    • Include only kitchen-relevant items.
    • Exclude pricing/totals if not needed.

You can define product tags like "Send to Kitchen" and filter items accordingly.

3. Use POSBox or Odoo IoT Box (Optional):

Even though this is usually for Enterprise, you can repurpose a Raspberry Pi or similar device to:

  • Interface with your printer via USB or LAN.
  • Serve as a print relay without Epson-specific dependencies.

4. Use Third-Party Modules:

There are community modules like:

  • pos_kitchen_order
  • pos_multi_printer These allow:
  • Auto-printing to multiple printers based on product category.
  • Print formats tailored for KOT-style receipts.

Imagine profil
Abandonează
Cel mai bun răspuns

Hello ZAMEEL, 

You could try Omni Print: https://apps.odoo.com/apps/modules/18.0/omni_print_pos .
It's available for a free trial.

Imagine profil
Abandonează
Cel mai bun răspuns

Hello,

Yes, it is possible to directly generate kitchen prints from your Odoo system to your local IP-based thermal printer using the modules mentioned below.

We hope these modules will be helpful for your setup.

Thanks,
info@creyox.com

Imagine profil
Abandonează