I am working on Odoo 17.
I added a new sequence to the PosOrder, and I want to show it and show other fields on every receipt when the order is paid.
I think the structure is different in Odoo 17 compared to earlier versions, as I found the OrderReceipt xml and js file in the following path:
point_of_sale/static/src/app/screens/receipt_screen/receipt/
So how can I extend the OrderReceipt and customize it?