This question has been flagged
3 Replies
2457 Views
Hello
I need to make some adjustments and modifications to the receipt that is printed when paying an order in the restaurant point of sale application. I appreciate if you can help me by indicating the file that I should modify for this receipt.
Thank you
Avatar
Discard
Best Answer

Hi,

If you are looking to the modify the pos receipt given to the customer upon making the payment, you can find it over here,  /addons/point_of_sale/static/src/xml/pos.xml

Also, you can refer to this module which modifies the pos ticket: https://apps.odoo.com/apps/modules/11.0/pos_ticket/

Thanks

Avatar
Discard
Author Best Answer

Solved
Thanks for the help
Avatar
Discard
Best Answer

Hello,

odoo/addons/point_of_sale/static/src/xml/pos.xml

In this file, you can inherit PosTicket template and make changes in the receipt.

Thank You

Avatar
Discard