تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
4443 أدوات العرض

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
سبتمبر 24
3123
2
سبتمبر 15
4578
4
ديسمبر 23
3674
2
أكتوبر 23
1505
0
مارس 15
4790