Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6217 Zobrazení

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?

Avatar
Zrušit
Autor

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


Nejlepší odpověď

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.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
srp 19
6962
2
kvě 16
4102
4
čvc 24
15118
1
čvc 22
2477
0
led 22
2131