OCA / mis-builder

Management Information System reports for Odoo: easily build super fast, beautiful, custom reports such as P&L, Balance Sheets and more.
GNU Affero General Public License v3.0
148 stars 309 forks source link

display data in chart, pivots, etc #6

Open sbidoul opened 7 years ago

sbidoul commented 7 years ago

From @Martronic-SA on June 29, 2017 9:35

Is there a way to use the KPI report datas in pivot or graph views?

Copied from original issue: OCA/account-financial-reporting#332

sbidoul commented 7 years ago

No. Excel exports works nicely though.

github-actions[bot] commented 2 years ago

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

enricostano commented 2 years ago

Hi @sbidoul !

What about adding pivot view type to https://github.com/OCA/mis-builder/blob/12.0/mis_builder/models/mis_report_instance.py#L878 ?

Would it be a problem for models that doesn't implement that type of view?

Thanks!