Skip to Content
Menu
This question has been flagged
2 Replies
4518 Rodiniai

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

Portretas
Atmesti

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>


Portretas
Atmesti
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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
rugs. 24
3206
2
rugs. 15
4638
4
gruod. 23
3784
2
spal. 23
1550
0
kov. 15
4847