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
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
0
1월 25
|
1920 | |||
|
0
9월 23
|
3885 | |||
|
2
10월 25
|
1149 | |||
|
1
8월 25
|
929 | |||
|
3
10월 23
|
6509 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.