Creation of the pivot report in ODOO 10

Multi tool use
Creation of the pivot report in ODOO 10
I now need a requirement in which I need to display the values in a pivot report. I haven't worked in the pivot report and there aren't any tutorials or examples to know the work flow of this, even the documentation doesn't explained much about the coding and view related functionalities. Here I need to display the report like this and how can I achieve it.
Needed view:
|A | B | C |
a|b | a|b | a|b
The A, B and C should be static and the a and b are the values which should be fetched from another model.
An example may be very much helpful as there aren't any good exercise on this in odoo.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.