Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6216 Widoki

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?

Awatar
Odrzuć
Autor

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


Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
sie 19
6959
2
maj 16
4099
4
lip 24
15117
1
lip 22
2477
0
sty 22
2129