コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4432 ビュー

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

アバター
破棄

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?

最善の回答

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>


アバター
破棄
最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
1
9月 24
3114
2
9月 15
4572
4
12月 23
3668
2
10月 23
1496
0
3月 15
4782