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
- Бухгалтерия
- Склад
- PoS
- Проекты
- MRP
Этот вопрос был отмечен
1
Ответить
5650
Представления
Hello,
When you are open any form view form_renderer method call from the js.
Thanks,
shivoham.odoo@gmail.com
Не оставайтесь в стороне – присоединяйтесь к обсуждению!
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
|
1
мар. 15
|
7810 | ||
|
|
1
окт. 24
|
70411 | ||
|
|
1
мая 25
|
4733 | ||
|
|
2
дек. 23
|
26859 | ||
|
|
1
окт. 21
|
10210 |
Hello ! May be you can create web addon and override some existing JS functions to check your particular object and can perform some actions.