Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2965 Visninger

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
sep. 17
10474
2
jul. 25
4662
2
jan. 25
15634
2
dec. 24
7790
2
nov. 24
28567