İçereği Atla
Menü
Bu soru işaretlendi
4 Cevaplar
3481 Görünümler

We often use notes and sections in sales orders to structure the offer. We actually get them also shown and printed in invoices. Is there a way to show them both notes as well as sections in delivery notes?

Avatar
Vazgeç
Üretici

This we know already, but the question is how it would be possible to implement this by extending our own module to add such functionality to the existing delivery notes.

En İyi Yanıt

There is no such kind of feature available in standard Odoo.

Avatar
Vazgeç
Üretici En İyi Yanıt

@ Cybrosys    I think this is a misunderstanding.

It is not about an additional note at the end of the delivery note, but about the notes and sections that Odoo offers together with the selection of products when creating quotations. These are displayed on the quotations, orders and invoices, but not on the delivery notes. We have not yet found a way to view and print this information on the delivery notes.

However, this would be important for individual deliveries because it would additionally group the goods on delivery and thus make it easier to check deliveries for completeness. 



Avatar
Vazgeç
En İyi Yanıt

Hi,

Please try this code:

< 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>


Hope it helps

Avatar
Vazgeç
En İyi Yanıt

i have the same problem with odoo16

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
May 25
989
2
Kas 24
2198
4
Şub 24
12355
sale / delivery Çözüldü
1
Oca 24
1678
1
Eyl 24
2922