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
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Eki 24
|
1110 | ||
|
1
Eki 24
|
1224 | ||
|
3
Ağu 24
|
3110 | ||
|
0
Şub 21
|
2592 | ||
|
1
Oca 25
|
1411 |
Hello,
Can you guide me path to change this code
thanks.