コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1707 ビュー

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
1338
1
10月 24
1472
3
8月 24
3702
0
2月 21
2832
1
9月 25
477