Skip to Content
Menu
This question has been flagged
1 Odpoveď
1895 Zobrazenia

I would like to remove "Powered by Odoo" from Invoice Footer when printing receipt from POS receipt.

Avatar
Zrušiť
Autor

Hello,


Can you guide me path to change this code

 thanks.

Best Answer

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

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
okt 24
1507
1
okt 24
1662
3
aug 24
4044
0
feb 21
2973
1
sep 25
633