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

after adding note in the delivery slip, it does not show while printing 

아바타
취소

The note is only printed on the Picking operation but not on the delivery slip.
Did you find a solution to print on the Delivery slip?

베스트 답변

Hi Adamu,

I had the same request from our client and answer from Cybrosys  was not working - here is my code modified (working on v15):

< template id="report_delivery_document_inherit_custom_module" inherit_id="stock.report_delivery_document">
< xpath expr="//div[@name='signature']" position="after">
< p t-esc="o.sale_id.note"/>
< /xpath>
< /template>


아바타
취소
베스트 답변

Hi,
You can add note in delivery slip by inheriting the delivery slip template like below.

< template id="report_delivery_document_inherit_custom_module" inherit_id="stock.report_delivery_document">
< xpath expr="//div[@name='signature']" position="after">
< p t-field="o.note"/>
< /xpath>
< /template>

Regards

아바타
취소
관련 게시물 답글 화면 활동
1
9월 24
3290
2
9월 15
4703
4
12월 23
3898
2
10월 23
1614
0
3월 15
4908