Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1716 Vistas

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

Avatar
Descartar
Autor

Hello,


Can you guide me path to change this code

 thanks.

Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
oct 24
1361
1
oct 24
1486
3
ago 24
3735
0
feb 21
2852
1
sept 25
492