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.
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|
How do you create a button?
Opgelost
|
|
3
apr. 17
|
3390 | |
|
Button to open form. V11
Opgelost
|
|
2
mrt. 19
|
3707 | |
|
|
1
mrt. 15
|
4141 | ||
|
|
1
okt. 25
|
212 | ||
|
|
0
okt. 25
|
3 |
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>