This question has been flagged
1 Reply
4228 Views

Hi I have one object that are related to a set of objects using severals one2many relational fields. I'm using only one view to manage thats objects, which include the different fields of the "main" object and the set objects, each one of them (objects) inside a page of a notebook tag. Now, I need to make some validations to some sub-views of some objects (let's call sub-view to every object view inside a page of the notebook), but I really need to throw exception errors at the moment of saving a sub-view object, and not when saving the entire view (main object with others inside) which is the default behavior. When I save a sub-view, it is in memory and has not yet been saved in database...but Is there any way to do what I need, validate each object separately?

I hope I made ​​my point...sorry my English and thanks in advanced!!

Avatar
Discard
Best Answer

 Odoo cannot do that

Avatar
Discard