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:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
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.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
3월 25
|
408 | ||
|
1
7월 24
|
1029 | ||
|
7
7월 24
|
21129 | ||
|
2
4월 24
|
2282 | ||
|
1
3월 25
|
503 |