Skip to Content
Menu
This question has been flagged
1 Reply
4372 Views

How can i modify Odoo 8 template for POS Receipt.

Suppose i would like to add my company logo, address at the top of the receipt (as header). And some additional contact information and refund information at the bottom of the receipt (as footer).

Is this something that needs to be done via the source code, or can simply be done via the GUI (Web interface)

Cheers,


Rama

Avatar
Discard
Best Answer

For footer and header section you can set in GUI,

While for arrangement of the element you must set it in pos.xml (point_of_sale/static/src/xml/pos.xml)

Go to POS Terminal Settings, you can see the section for header and footer box.

Avatar
Discard
Author

Hello @Ahmad, can you elaborate more with your answer ? Specifically for "For footer and header section you can set in GUI" where exactly is this ?