I would like to remove "Powered by Odoo" from Invoice Footer when printing receipt from POS receipt.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I would like to remove "Powered by Odoo" from Invoice Footer when printing receipt from POS receipt.
Hi,
<template id="inherit_order_receipt" inherit_id="point_of_sale.OrderReceipt">
<xpath expr="//div[@class='pos-receipt-order-data']/p[contains(text(), 'Powered by Odoo')]" position="replace">
</xpath>
</template>
Hope it helps
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
paź 24
|
1098 | ||
|
1
paź 24
|
1207 | ||
|
3
sie 24
|
3074 | ||
|
0
lut 21
|
2575 | ||
|
1
sty 25
|
1384 |
Hello,
Can you guide me path to change this code
thanks.