Hi, is it possible to check a condition and perform some action on form load? what i'm trying to achieve is: I have a few different form views and based on some condition one of them has to be opened from a single, so i was thinking i would link the menu to a particular form and then while opening the menu check the condition and open the other form if the condition is for it otherwise load the form as normal
Cette question a été signalée
1
Répondre
6540
Vues
Hello,
When you are open any form view form_renderer method call from the js.
Thanks,
shivoham.odoo@gmail.com
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
mars 15
|
8779 | ||
|
|
1
oct. 24
|
72622 | ||
|
|
1
mai 25
|
5656 | ||
|
|
2
déc. 23
|
28450 | ||
|
|
1
oct. 21
|
11412 |
Hello ! May be you can create web addon and override some existing JS functions to check your particular object and can perform some actions.