Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
905 Näkymät

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

Avatar
Hylkää
Paras vastaus

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
Hylkää

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.

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
0
maalisk. 25
404
1
heinäk. 24
1022
7
heinäk. 24
21068
2
huhtik. 24
2264
1
maalisk. 25
494