Some times i see buttons created without action and some time with it. When we need to use Button action and when we don't?
maybe some 1 can explain me this.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Some times i see buttons created without action and some time with it. When we need to use Button action and when we don't?
maybe some 1 can explain me this.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
3
4월 17
|
3110 | ||
Button to open form. V11
해결 완료
|
|
2
3월 19
|
3463 | |
|
1
3월 15
|
3911 | ||
|
0
9월 25
|
1 | ||
|
0
9월 25
|
55 |
i'm talking about action in view. like
<!-- More button Action -->
<act_window id="todo_app.action_todo_wizard"
name="To-Do Tasks Wizard"
src_model="todo.task" res_model="todo.wizard"
view_mode="form" target="new" multi="True" />
</odoo>