Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
902 มุมมอง

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

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Please try this code

<?xml version="1.0" encoding="UTF-8"?>

<templates id="template" xml:space="preserve">

    <t t-name="ctm_posreceipt.OrderReceipt" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension">

        <xpath expr="//p" position="replace">

            <p></p>

        </xpath>

    </t>

</templates>

อวตาร
ละทิ้ง

Is this doable by someone using Odoo Online with Studio? Where does this code go, that you suggest using?

If this is only applicable to Odoo.sh or Odoo On-premise, then how can you remove the "Powered by Odoo" from POS receipts when using Odoo Online with Studio?

Thanks in advance.

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 25
403
1
ก.ค. 24
1021
7
ก.ค. 24
21062
2
เม.ย. 24
2263
Reordering rule 0-0-1 not working แก้ไขแล้ว
1
มี.ค. 25
476