Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
4546 มุมมอง

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.ย. 24
3224
2
ก.ย. 15
4649
4
ธ.ค. 23
3806
2
ต.ค. 23
1574
0
มี.ค. 15
4875