This question has been flagged
1 Reply
172 Views

When generating odoo the cash closures at the point of sale, generate a closing report, where it is in .pdf, I want to transfer it to Excel and add more fields, which model should I use in the development. Or any guide where to start?

Avatar
Discard
Best Answer

Hi,

The code for the original sale report is in the path addons/point_of_sale/views/report_saledetails.xml. You can inherit the template "report_saledetails" to add more fields.

If you need to add from Odoo itself follow the steps below

->Activate developer mode from settings

->Go to Technical->User Interface->Views->report_saledetails then edit the view from here


Hope it helps

Avatar
Discard