Skip to Content
Menu
This question has been flagged
2 Replies
1630 Views

Hello everyone!

I'm trying to extend daily sales report in Odoo 17 POS, please how can I modify the report to capture properties like:  Product description, unit, unit price, product variant...additional to the existing ones.
Thanks in advance!

Avatar
Discard
Author Best Answer

.

Avatar
Discard
Best Answer

Hello Kanu,

You can follow this path to find the POS daily sales report:

/odoo-17.0/addons/point_of_sale/views/report_saledetails.xml

The template name is report_saledetails.

You can inherit it using XPath and make changes according to your requirements.

Note: There's no need to modify the POS JS side, as this is a backend Qweb report.

Avatar
Discard
Related Posts Replies Views Activity
1
Jan 25
1492
1
Aug 24
1422
0
Jun 24
1296
2
Jan 25
1242
1
Jan 25
2115