Hello everyone,
I’m using Odoo 19 (Enterprise on Odoo.sh) and I want to customize the POS printed receipt
/odoo/addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml
But I noticed this file only shows the receipt screen after payment (it calls <OrderReceipt order="this.currentOrder" />) — it doesn’t contain the actual printed layout.
Can someone please tell me:
- Where is the OrderReceipt (the actual print receipt template) located in Odoo 19?
- Which file should I modify (or extend) to customize the printed receipt layout?
- Is there a recommended way to override this (e.g., by extending the OrderReceipt template using a custom module)?
Thanks in advance for your help