Skip to Content
Menu
This question has been flagged
1 Reply
4716 Views

Hi

How can i add a search field in view of 'Sales Analysis' menu Report?

The field in question, is created in the Sale.Order.Line model and is a float type?

Tks!!!

Avatar
Discard
Best Answer

Hi Miguelles, 

you need to create your own module and inherit "sale.report" class and add all fields you need in columns. You need to override select from and group function too.  

Please take a look at addons/sale/report/sale_report.py.

I found very useful this link: http://www.slideshare.net/openobject/business-intelligence-35790564

Avatar
Discard
Related Posts Replies Views Activity
2
Aug 24
281
0
Jan 23
706
4
Apr 19
11682
0
Mar 15
2523
1
Jun 23
1283