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
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
1
10월 24
|
1852 | |||
|
1
10월 24
|
1996 | |||
|
3
8월 24
|
4705 | |||
|
0
2월 21
|
3232 | |||
|
1
9월 25
|
1023 |
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.