Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
881 Weergaven

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

Avatar
Annuleer
Beste antwoord

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>

Avatar
Annuleer

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.

Gerelateerde posts Antwoorden Weergaven Activiteit
0
mrt. 25
401
1
jul. 24
1006
7
jul. 24
21007
2
apr. 24
2245
1
mrt. 25
459