Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Sending kitchen orders

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
posodoo
1 Responder
10550 Vistas
Avatar
Marco Antonio Gomez

Hi, I have been analyzing the PoS interface and menus for Odoo and found it to be rather intuitive and simple and had issue only at the moment of printing a kitcher order, when I select products the only option I see is "payment" and the receipt if you order no invoice states what products were sold, but I see no way of printing this before payment so that the person in the kitchen will know what to prepare for my customers.

0
Avatar
Descartar
Ermin Trevisan

You should be more specific. What do you have installed, is it configured properly? Did you for example install the regular pos only or did you install pos_restaurant?

Marco Antonio Gomez
Autor

I installed both the base PoS as well as pos_restaurant

Marco Antonio Gomez
Autor

Also I looked in settings but I found no submenu to configure, unlike sales or accounting, or other such modules. I was wo9ndering if I failed to activate some settings but I have no idea where that could be.

FEDERICO LEONI

Did you add a printer at the end of point of sale configuration (point of sale --> configuration --> point of sale --> main (or your POS name)? Without a printer the "order" button will not appear.

Marco Antonio Gomez
Autor

I am aware of that, however once I add a printer to the PoS and the button appears, when you select items the "order" button turns green right? I clicked that button and it turned gray, but nothing happened, I figured that by not giving the printer an IP adress it would print the order in my broswer as a proof of concept, it did not. After doing this, I gave it the IP adress of pone of my printers and clicking the order did not print either.

FEDERICO LEONI

Marco Antonio, on multiprint.js there is a call to hw_proxy module: self.connection.rpc('/hw_proxy/print_xml_receipt' if you have installed it check on logs if you have any errors like this one: 2015-03-27 21:13:59,580 26002 WARNING ? openerp.addons.hw_escpos.controllers.main: ESC/POS Device Disconnected: Printer Not Found If yes then your printer is not correctly configured. Did you add the id vendor e model code on supported_devices.py under /hw_escpos/escpos/? something like { 'vendor' : 0x04b8, 'product' : 0x0202, 'name' : 'Epson TM-T70' } The pos module needs some adjustment to have it working properly. I did myself some mods to have it partially working with my cheap Epson compatible printer and still I have many issues. Have a look here: https://github.com/odoo/odoo/issues/6026 and here: https://www.odoo.com/forum/help-1/question/print-order-instead-of-coupon-on-pos-what-qweb-view-82635 Good luck!

Avatar
FEDERICO LEONI
Mejor respuesta

Marco Antonio,

on multiprint.js there is a call to hw_proxy module:

self.connection.rpc('/hw_proxy/print_xml_receipt'

If you have installed it check on logs if you have any errors like this one:

2015-03-27 21:13:59,580 26002 WARNING ? openerp.addons.hw_escpos.controllers.main: ESC/POS Device Disconnected: Printer Not Found

If yes then your printer is not correctly configured. Did you add the id vendor e model code on supported_devices.py under /hw_escpos/escpos/? something like

{ 'vendor' : 0x04b8, 'product' : 0x0202, 'name' : 'Epson TM-T70' }

The pos module needs some adjustment to have it working properly. I did myself some mods to have it partially working with my cheap Epson compatible printer and still I have many issues. Have a look here:

https://github.com/odoo/odoo/issues/6026

and here:

https://www.odoo.com/forum/help-1/question/print-order-instead-of-coupon-on-pos-what-qweb-view-82635

Good luck and let us know!

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
How can i see pos OrderChangeReceipt report without printer odoo15
pos odoo
Avatar
0
sept 24
2266
Why I can't see my Take Away , Delivery and Dine-in in my POS?
pos odoo
Avatar
0
sept 23
2099
certification NF525
pos odoo
Avatar
0
mar 23
8807
POS blank black screen where UI does not load Resuelto
pos odoo
Avatar
Avatar
2
ago 22
9518
Odoo Pos: Uncaught TypeError: Cannot read property 'add_product' of null
pos odoo
Avatar
Avatar
1
feb 21
7760
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Sitio web hecho con

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now