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.
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
| 
            
                How do you create a button?
            
            
                    Resuelto
            
         |  | 3 abr 17  | 3400 | |
| 
            
                Button to open form. V11
            
            
                    Resuelto
            
         |  | 2 mar 19  | 3711 | |
|  | 1 mar 15  | 4152 | ||
|  | 1 oct 25  | 81 | ||
|  | 1 oct 25  | 265 | 
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>