Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
11386 Visualizzazioni

Odoo 13: after confirming a sale data, I want to print the delivary slip; but I want to customize the print to have all customer fields in the pdf now it only has address and customer user. what should I do? Im new to odoo by the way.

Avatar
Abbandona
Risposta migliore

Hello,

you need to inherit layout template of delivery order print(qweb) and customise related to your requirements.


Thanks & Regards

Ankit Vaghela

Avatar
Abbandona
Risposta migliore

Hi,
You can inherit the template report_delivery_document for customizing the delivery slip.
For eg:

<template id="report_delivery_document_inherit" inherit_id="stock.report_delivery_document">
<--xpath and add required fields-->
</template>

Regards

Avatar
Abbandona
Risposta migliore

Hi,

You have to inherit the corresponding report template and make necessary changes, if you are using odoo enterprise you can do it using the studio, else, you can create a module which inherits this template and make required changes.


See: How To Inherit And Modify Existing PDF Reports in Odoo


Thanks

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
ago 24
1353
2
dic 20
3246
0
mar 15
3978
0
mar 15
5669
1
mar 15
4355