Ir al contenido
Menú
Se marcó esta pregunta
2955 Vistas

is there a way to add a new action to a model (e.g. Sales order) from Odoo interface or odoo studio without developing a custom module?

Example: a Quotation need to be verified by an action, so I need to add the action "VERIFY" under "actions, where this action should call a python function as well:

"Actions" :

Delete, duplicate, Invoice order, VERIFY <-- new action

 

Python: handle_VERIFY(){

//run code

}

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
sept 17
10474
2
jul 25
4656
2
ene 25
15632
2
dic 24
7787
2
nov 24
28564