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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
1
Okt 24
|
1751 | |||
|
1
Okt 24
|
1901 | |||
|
How to change paper format when printing invoices
Diselesaikan
|
3
Agu 24
|
4554 | ||
|
0
Feb 21
|
3157 | |||
|
1
Sep 25
|
896 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Hello,
Can you guide me path to change this code
thanks.