Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4985 Widoki

Is it possible to have multiple views/forms in a workflow being displayed depending on the state the workflow is in? If so how can i achieve that?

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

In your form view you can use the attribute attr={'invisible': [('state', op, value)]}

Awatar
Odrzuć
Autor

Yes, but i actually wanted to load multiple forms not make some contents invisible since they are hugely different form one another

The probleme is the form view are load with the loading of the action. You may use the fields_view_get to choose the good view. But you must reload the action when your state changed. If you click on the button it is easy, but if your are already on the view and another user change the state, your view can be reloaded

Autor

Only one user can change the state at a time so, that isn't a problem. but what happens when the state changes and the user returns or some other users tries to view it, do i use the fields_view_get for the form view or the tree view?

Powiązane posty Odpowiedzi Widoki Czynność
1
paź 24
69004
2
lut 23
1965
2
gru 23
25551
1
paź 21
9443
2
wrz 15
5594