Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3019 Переглядів

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

}

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
вер. 17
10481
2
лип. 25
4686
2
січ. 25
15664
2
груд. 24
7806
2
лист. 24
28596