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
145 stars 304 forks source link

[16.0][ADD] mis_builder: add option on report instance to drilldown in pop #621

Open AnizR opened 1 month ago

AnizR commented 1 month ago

When drilling down on a cell inside a report, open it in a new pop-up window instead of current window to avoid reloading the report when going back.

It is customizable on each report instance: image

sbidoul commented 1 month ago

Let's add this to the core module, with a Popup drilldown option.

OCA-git-bot commented 1 month ago

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

sbidoul commented 3 weeks ago

Setting to draft. The popup only partially solves the original issue, which is the recomputation time when navigating back to the report after drilldown. Moreover the ergnomics of the popup is not optimal as a typical move lines tree view does not fit nicely in the popup.

sbidoul commented 3 weeks ago

We could consider #633 instead