Skip to Content
Menú
This question has been flagged
2 Respostes
4246 Vistes

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

Avatar
Descartar

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?

Best Answer

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
Descartar
Best Answer

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
Descartar
Related Posts Respostes Vistes Activitat
1
de set. 24
2891
2
de set. 15
4429
4
de des. 23
3456
2
d’oct. 23
1366
0
de març 15
4654