This question has been flagged

Hi all,


I'm creating a dashboard for a custom module, and so far I have two Kanbans which work fine. They are both accessible from the left hand menu: each Kanban has its own menu item. The  Kanbans are working with data from different classes (Buildings and Contracts)

But ideally, the two Kanbans should appear in one and the same Dashboard view. Is there a way to combine both (or more) actions into one action?

Thanks.


Avatar
Discard
Author Best Answer

I figured it out by:

  1. ensuring that the python class contains *all* data for both 'dashboards'

  2. creating a data record for each dashboard item - with the relevant data of course

  3. creating 2 kanban views with intelligent filtering on what to show and what not

This principle should work for more than 2 dashboard views as well; it only gets a bit more complicated on the kanban view level.


Avatar
Discard