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!!!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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!!!
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Aug 24
|
281 | ||
|
0
Jan 23
|
706 | ||
|
4
Apr 19
|
11682 | ||
|
0
Mar 15
|
2523 | ||
|
1
Jun 23
|
1283 |