This feature has just been released!
You can enable this by defining allow_saving = False on the Controller:
class Controller(vkt.Controller):
label = 'Dashboard'
children = ['House']
show_children_as = 'Table'
parametrization = Parametrization
allow_saving = False
This leads to:
- Multiple users can enter the (top-level) entity without locking
- Save button is not available
