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

Hello i am overwritting th template for sale.order and right now everything is ok, but i need to set my header, I understand that this function ike this:


<external_layout>

     <external_layout_header />

      <My_Content />

     <extrernal_layout_footer />

</external_layout>


This is the method that i have understood, but this doesnt work fine, first the header have the property "company.logo" and this doesn't exist, for this i have replaced that with "company.logo_web". This is not trouble, but when i print my report, this doesn't call the header or the footer, and if I try to set the external_layout_header, this say that company.logo_web o company.logo doesn't exist and this is not functional with a base64/png that is the format for the image. And when i have tried change the source of report module for receive the image with this: --<img t-field="company.logo_web" t-field-options='{ "widget" : "image" }' />--


The trouble of put my logo image on my div "page" this have so many "margin-top" on the page.


If can someone say what can i do, please say me. 

아바타
취소
베스트 답변

Hi,

You want to overirde the report header right? "company.logo" means the company logo you are uploading in the front end. You don't need that in report? How did you set "logo_web", is it a binary field by inheriting res.company?If yes, you should give like this report:

<img t-if="company.logo_web" t-att-src="'data:image/png;base64,%s' % company.logo_web" style="max-height: 45px;"/>

I can help you with any report template. contact: akhilpsivan@outlook.com

아바타
취소
베스트 답변

i need add a image to footer with my own module but the image can not show up, help...

아바타
취소
관련 게시물 답글 화면 활동
1
12월 20
6676
2
5월 21
4443
0
12월 18
2708
0
9월 24
3421
1
3월 15
4947