Hi there,
I am attempting to customize and/or modify the standard Receipt and Kitchen order printouts for Odoo 10 POS / POS - Restaurant module. Before further explaining my problem I have read, researched, and tried making changes to the Ticket view within the Addon for both POS Restaurant and POS.
Neither seem to work. This is after clearing cache on local web browser and also trying other devices (i.e. Tablet / Phone).
The receipts continue to print out by default. My setup:
Odoo 10 - Cloud Based on a VPS
Local:: Posboxless - Kitchen Hot/Cold Printer(s)
Local:: Posboxless - Receipt Printer
Local:: Posboxless .- Bar Printer
Receipts print to the appropriate locations; however, they do not print out with the changes edited within XML.
What can be done? Any thoughts, current proposed solutions?
Thanks in advance!
The ticket format that is sent directly to the printer is in /point_of_sale/static/src/xml/pos.xml, findout the section
<t t-name="XmlReceipt">
Try editing that.