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
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|  | 1 oct. 24  | 1654 | ||
|  | 1 oct. 24  | 1805 | ||
|  | 3 août 24  | 4340 | ||
|  | 0 févr. 21  | 3092 | ||
|  | 1 sept. 25  | 774 | 
Hello,
Can you guide me path to change this code
thanks.