Unable to remove 'Odoo Point Of Sale' text from the footer of POS receipt.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
Hello Raptor,
To do so, Make a folder structure as mentioned in below picture.
Add POS Assets in Manifest, as mentioned in below image.
Here, 'pos_receipt_screen' is the name of the module.
Then, in xml file, Add Below Code.
// Code is added in comment...
If you need any help in customization feel free to contact us.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Below added code,
<?xml version="1.0" encoding="UTF-8" ?>
<templates id="template" xml:space="preserve">
<t t-name="pos_receipt_screen.receiptscreen" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension">
<xpath expr="//p[text()='Odoo Point of Sale']" position="replace">
</xpath>
</t>
</templates>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
de maig 23
|
1952 | ||
|
0
de maig 22
|
1625 | ||
|
1
d’ag. 25
|
651 | ||
|
1
de jul. 25
|
888 | ||
|
3
de jul. 25
|
3001 |