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

Hiii

I want to insert image(Logo) in report.

So ,what i have to write in .py & .rml File.

Thanks Jack

아바타
취소
베스트 답변

By <image> </image> tag in .rml file you can add image. For example you want to add image of company logo in report you can write like this in rml file:

<image x="1.3cm" y="26.0cm" height="90.0">[[company.logo or removeParentNode('image')]]</image>
아바타
취소
작성자

Can we also have to write on .py file also

No. We don't need to write in py file to add image. This much is enough. There are some variables available we can write directly in rml or sxw file.

작성자

Thanks You So Much.

작성자

How can i adjust image in report.

베스트 답변

By changing height or change in x axis & y axis you can adjust image in report.

아바타
취소

hi Keyur how to insert the product image in product pricelist can openerp 7.0 do it?