Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4 Odpowiedzi
3460 Widoki

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?

Awatar
Odrzuć
Autor

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.

Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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



Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

i have the same problem with odoo16

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
maj 25
982
2
lis 24
2187
4
lut 24
12332
sale / delivery Rozwiązane
1
sty 24
1675
1
wrz 24
2892