跳至内容
菜单
此问题已终结
4 回复
3490 查看

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?

形象
丢弃
编写者

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.

最佳答案

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

形象
丢弃
编写者 最佳答案

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



形象
丢弃
最佳答案

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

形象
丢弃
最佳答案

i have the same problem with odoo16

形象
丢弃
相关帖文 回复 查看 活动
1
5月 25
994
2
11月 24
2205
4
2月 24
12368
1
1月 24
1681
1
9月 24
2937