Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
1259 Zobrazení

how i can added the date in the header in pos receipt


Avatar
Zrušit
Nejlepší odpověď

Hi,

Please refer to the below documentation to learn about the POS receipt customization.

https://www.cybrosys.com/odoo/odoo-books/odoo-16-development/point-of-sales/customize-customer-receipts/


Hope it helps

Avatar
Zrušit
Autor Nejlepší odpověď

i am using odoo 17 online how i can do it 

Avatar
Zrušit
Nejlepší odpověď

Hi,


If you are using odoo 16, you can inherit the OrderReceipt template and 

add the date just after the contact details(in header) in pos order receipt,

you can do as follows:


        



Add this code in your custom module in static/src/xml/OrderReceipt.xml


Modify the xpath based on your requirement


Hope this will Help you

Thanks

Avatar
Zrušit