İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
4282 Görünümler

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

Avatar
Vazgeç

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?

En İyi Yanıt

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
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Eyl 24
2949
2
Eyl 15
4476
4
Ara 23
3521
2
Eki 23
1401
0
Mar 15
4675