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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
5019
Visualizzazioni
Hello,
When you are open any form view form_renderer method call from the js.
Thanks,
shivoham.odoo@gmail.com
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
mar 15
|
6933 | ||
|
1
ott 24
|
69185 | ||
|
1
mag 25
|
4153 | ||
|
2
dic 23
|
25681 | ||
|
1
ott 21
|
9568 |
Hello ! May be you can create web addon and override some existing JS functions to check your particular object and can perform some actions.