Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1491 Visninger

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

Avatar
Kassér
Forfatter

Hello,


Can you guide me path to change this code

 thanks.

Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
okt. 24
1149
1
okt. 24
1293
3
aug. 24
3302
0
feb. 21
2647
0
aug. 25
227