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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
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_
< xpath expr="//div[@name='signature']
< p t-field="o.note"/>
< /xpath>
< /template>
Hope it helps
i have the same problem with odoo16
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
1
مايو 25
|
984 | ||
|
2
نوفمبر 24
|
2188 | ||
|
4
فبراير 24
|
12337 | ||
sale / delivery
تم الحل
|
|
1
يناير 24
|
1675 | |
|
1
سبتمبر 24
|
2892 |
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.