I want to fire few UI customizations after loading.
I see in Dialog widget such methods:
- init
- setup
- open (also create_edit_record in FormViewDialog)
- opened
- willStart
which is most sutable?
I suspect `opened` or `open`
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to fire few UI customizations after loading.
I see in Dialog widget such methods:
- init
- setup
- open (also create_edit_record in FormViewDialog)
- opened
- willStart
which is most sutable?
I suspect `opened` or `open`
Hi,
The "start" function would be better to use since it is triggered when the ui is ready and also a widget lifecycle method.
init and willStart are the lifecycle methods that will be triggered before the ui is ready.
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
0
янв. 25
|
900 | ||
|
0
сент. 23
|
2839 | ||
|
3
окт. 23
|
5077 | ||
|
3
июн. 23
|
4873 | ||
|
1
янв. 24
|
7937 |