跳至內容
選單
此問題已被標幟
1 回覆
1411 瀏覽次數

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

頭像
捨棄
作者

Hello,


Can you guide me path to change this code

 thanks.

最佳答案

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
1139
1
10月 24
1273
3
8月 24
3205
0
2月 21
2609
0
8月 25
178