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.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
How do you create a button?
Đã xử lý
|
|
3
thg 4 17
|
2869 | |
Button to open form. V11
Đã xử lý
|
|
2
thg 3 19
|
3232 | |
|
1
thg 3 15
|
3683 | ||
|
0
thg 8 25
|
19 | ||
|
0
thg 8 25
|
45 |
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>