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.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
How do you create a button?
Rozwiązane
|
3
kwi 17
|
3589 | ||
|
Button to open form. V11
Rozwiązane
|
2
mar 19
|
3882 | ||
|
1
mar 15
|
4317 | |||
|
0
lis 25
|
39 | |||
|
2
lis 25
|
419 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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>