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.
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
How do you create a button?
Ratkaistu
|
|
3
huhtik. 17
|
2894 | |
Button to open form. V11
Ratkaistu
|
|
2
maalisk. 19
|
3262 | |
|
1
maalisk. 15
|
3696 | ||
|
0
elok. 25
|
3 | ||
How to prevent auto save functionality
Ratkaistu
|
|
2
elok. 25
|
145 |
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>