Odoo 10:
Is it possible to continue the execution of code after raising an exception / warning?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Odoo 10:
Is it possible to continue the execution of code after raising an exception / warning?
Yes, you can do it using warning but warning can be raised from onchange method only.
Look into this : https://www.odoo.com/forum/help-1/question/how-can-i-show-a-warning-message-68158
no it's not working after warning in openerp7
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Yes. you can.