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

Odoo 13: after confirming a sale data, I want to print the delivary slip; but I want to customize the print to have all customer fields in the pdf now it only has address and customer user. what should I do? Im new to odoo by the way.

아바타
취소
베스트 답변

Hello,

you need to inherit layout template of delivery order print(qweb) and customise related to your requirements.


Thanks & Regards

Ankit Vaghela

아바타
취소
베스트 답변

Hi,
You can inherit the template report_delivery_document for customizing the delivery slip.
For eg:

<template id="report_delivery_document_inherit" inherit_id="stock.report_delivery_document">
<--xpath and add required fields-->
</template>

Regards

아바타
취소
베스트 답변

Hi,

You have to inherit the corresponding report template and make necessary changes, if you are using odoo enterprise you can do it using the studio, else, you can create a module which inherits this template and make required changes.


See: How To Inherit And Modify Existing PDF Reports in Odoo


Thanks

아바타
취소
관련 게시물 답글 화면 활동
1
8월 24
1538
2
12월 20
3438
0
3월 15
4162
0
3월 15
5863
1
3월 15
4526