I would like to remove Powered by Odoo from Invoice Footer when printing receipt from POS.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
Hi,
1- Activate Developer Mode:
- Go to the Settings app.
- Scroll down and click on Activate the developer mode at the bottom of the page.
2- Navigate to Reports:
- Go to the Settings app again.
- Under the Technical section (visible in developer mode), select User Interface > Views.
3 - Search for the Invoice Report Template:
- In the search bar, look for report_invoice_document.
- This is the default template for invoices.
4- Edit the Template:
- Open the report_invoice_document template.
- Find the section of the code that includes the "Powered by Odoo" line. It is usually located towards the bottom of the template in a or tag with text similar to Powered by https://www.odoo.com">Odoo.
- You can either remove this line completely or comment it out using HTML comment tags .
* Save the Changes:
After editing the template, click Save to apply the changes.
* Test the Changes:
Generate a new invoice and check the footer to ensure that the "Powered by Odoo" text has been removed.
Please take a look at the following solved forum.
Hope it helps
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
|
1181 | ||
|
1
ก.ค. 24
|
2056 | ||
|
7
ก.ค. 24
|
25972 | ||
|
2
เม.ย. 24
|
3489 | ||
|
2
ส.ค. 25
|
854 |