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 ;-) !
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
If you want XML file go to technical ->External Identifiers search report_delivery_document you get.
Thanks
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
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.
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...?
"Delivery Slip" - this is the name of the report stock.report_deliveryslip. See: addons/stock/report/stock_report_views.xxml
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
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