Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
4263 Tampilan

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

Avatar
Buang

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?

Jawaban Terbai

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>


Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Sep 24
2920
2
Sep 15
4450
4
Des 23
3477
2
Okt 23
1376
0
Mar 15
4657