콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
4294 화면

To save paper I want the company logo part not to be shown on the POS receipts, is there a way to eliminate that part and not show it?

아바타
취소
베스트 답변

tried the answer by cybrosys but it results in an error when trying to install the module. I'm on V.18 where would be to correct place to look for the correct formatting for this version?

<odoo>
    <data>
      <t t-name="OrderReceipt" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension" owl="1">
      <xpath expr="//t[@t-if='receipt.company.logo']" position="replace">
      </xpath>
      </t>
    </data>
</odoo>
아바타
취소
베스트 답변

Hi,

You can remove the logo from POS. You need to inherit the template with id "OrderReceipt" and remove the company logo using xpath.
Eg:

<t t-name="OrderReceipt" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension" owl="1">

<xpath expr="//t[@t-if='receipt.company.logo']" position="replace">

</xpath>

</t>


Hope it helps

아바타
취소

How to hide the company name under the logo i tried this
<xpath expr="//t[@t-if='receipt.company.name']" position="replace">

</xpath>

but it give error
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

베스트 답변

Hello Alex,

Logo coming from company logo image, here you need to customize the OrderReceipt code then it will be possible.

아바타
취소
관련 게시물 답글 화면 활동
2
9월 25
2672
1
3월 24
2735
2
6월 24
3886
1
2월 24
2370
1
2월 24
2816