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

Hello,

I want to execute a Server Action when the button to confirm sale is clicked.

Is it possible to do so ? Through Graphical Interface ?

In Odoo 9

Thanks you !


Аватар
Відмінити
Найкраща відповідь

Yes, you can do it. You need to call the run function of "ir.actions.server" object from the confirm method.

Ex:

self.env.ref('module_name.xml_id_of_server_action').run()


Аватар
Відмінити
Автор

Ok thank you for your answer ! I have one more question, where can i access the confirm method ?

Related Posts Відповіді Переглядів Дія
0
вер. 23
1854
0
вер. 23
1552
2
черв. 25
10977
6
жовт. 23
21810
3
бер. 24
9274