Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4348 Vizualizări

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

Imagine profil
Abandonează

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?

Cel mai bun răspuns

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>


Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
sept. 24
3011
2
sept. 15
4526
4
dec. 23
3593
2
oct. 23
1431
0
mar. 15
4701