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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
4961
Widoki
Hello,
When you are open any form view form_renderer method call from the js.
Thanks,
shivoham.odoo@gmail.com
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
mar 15
|
6878 | ||
|
1
paź 24
|
69086 | ||
|
1
maj 25
|
4120 | ||
|
2
gru 23
|
25628 | ||
How do I search by country_id in view?
Rozwiązane
|
|
1
paź 21
|
9495 |
Hello ! May be you can create web addon and override some existing JS functions to check your particular object and can perform some actions.