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.
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
How do you create a button?
Gelöst
|
|
3
Apr. 17
|
3416 | |
|
Button to open form. V11
Gelöst
|
|
2
März 19
|
3723 | |
|
|
1
März 15
|
4163 | ||
|
|
1
Nov. 25
|
80 | ||
|
|
1
Nov. 25
|
317 |
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>