Skip to Content
Menu
This question has been flagged
6 Replies
8728 Views

I'm about to customize the delivery slip but I can't find where to change the format of the text "Delivery Slip". It's neither in the stock.report_deliveryslip nor in the stock.report_inventory or any other report beginning with "stock". Did I overlook it or where is it? Thanks in advance for the help ;-) !

Avatar
Discard

You can find report id from

/odoo/odoo-10.0/addons/stock/report/stock_report_views.xml

and document id from

/odoo/odoo-10.0/addons/stock/report/report_deliveryslip.xml

Best Answer

If you want XML file go to technical ->​External Identifiers search report_delivery_document you get.

Thanks

Avatar
Discard
Best Answer

I'm also having the same problem. After editing the stock.report_deliveryslip result are not shown in the DO generated. I am using Odoo v 12

Avatar
Discard
Best Answer

I just tested in odoo 11, related files are 
"stock/views/stock_picking_views.xml", for the UI in odoo web
"stock/report/report_deliveryslip.xml", for the print out version of PDF files.
"stock/report/stock_report_views.xml", for adding a new button under print menu drop down with a new report action, if you are modifying existed report, this is unnecessary.

Avatar
Discard
Author Best Answer

Thanks for the answers! I'm editing the xml files through the webinterface and not the files directly.... I could not find the relevant lines in the report_deliverslip.xml, though I edited this file to see if my changes apply, but they don't. Even if I restart the server. Anything else I need to do...?

Avatar
Discard
Best Answer

"Delivery Slip" - this is the name of the report stock.report_deliveryslip. See: addons/stock/report/stock_report_views.xxml

Avatar
Discard