Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
4511 Visualizações

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

Avatar
Cancelar

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?

Melhor resposta

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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
set. 24
3197
2
set. 15
4634
4
dez. 23
3775
2
out. 23
1540
0
mar. 15
4841