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

Hii,

In a custom purchase workflow when submit, it should show a warning popup message that a product is expired (our custom field), and if user click on popup ok, workflow should continue as normal. 

By raise UserError stops the program execution until condition fixed. 

How to achieve in odoo 12 EE?

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

As @ Amr Abd-Alkrim Hassan replied. 
Achieved the requirement with the help of wizard.


Найкраща відповідь

All Odoo errors will stop the execution of the python method if you raise them. So you can't do them through UserError, ValidationError. But there is a work around you can build a wizard that will get executed through an action and in the wizard you can build a form with buttons that are linked to python methods and you can execute what ever you want there.

Read more about how to build wizards here.
And For calling the wizard in your method read here.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
серп. 19
6978
2
трав. 16
4113
4
лип. 24
15146
1
лип. 22
2488
0
січ. 22
2141