Hi,
if I remember right it was possible to switch the view between more than two act_window.views
Migrating an old project to the latest version I stuck with the problem that the client only switches between the first two views. I want to show calendar, form, and tree.
there is a getter of key ‘mode’ which should be ‘view_mode’
btw - it looks like the content does not matter - in my case I get [‘calendar’, ‘tree’, None] because the form is inherited. After I quick lookup it seems that only the length of this value matters …