Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
4334 Prikazi

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

Avatar
Opusti

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
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
sep. 24
2997
2
sep. 15
4523
4
dec. 23
3582
2
okt. 23
1423
0
mar. 15
4693