Invalidate OWL field to prevent save data in Odoo 17
I’m taking the email widget called EmailField to add new features I need.
This email field didn’t validate the format and it allows you to save the data without validation.
So my question here is inside Odoo OWL black magic (Because there are no comments or docs about it) there is anything to invalidate data and prevent the user save?