Hello guys,
I'm searching the way to make a <br /> in the receipt footer of the point of sale.
Point of Sales -> Point of Sales -> MyPOS
If I write <br />, I see it in my receipt and it doesn't change line.
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello guys,
I'm searching the way to make a <br /> in the receipt footer of the point of sale.
Point of Sales -> Point of Sales -> MyPOS
If I write <br />, I see it in my receipt and it doesn't change line.
Thanks
Hi Pascal,
you can do it in the point_of_sale/static/src/xml/pos.xml after the line 940.
You can call the footer by using
<div class="footer">
===========(your code)
</div>
Usually we cannot be modified in the text field which you refer as chages
Thanks for your answer. I did it.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
मार्च 15
|
4013 | ||
|
5
दिस॰ 24
|
33284 | ||
|
0
अक्तू॰ 17
|
4700 | ||
|
0
जुल॰ 17
|
2924 | ||
|
1
जन॰ 16
|
77 |
Don't know if its an option for you but why not create a div with a fixed heigth in place of a
?
thanks yenthe!