Hi I'm using an editable tree view (adding editable='top' to tree tag) of a one2many field and openerp v6.1, and I make some validations using on_change function. I need to avoid create a new object if any validations error occurs. To throw exceptions I'm using raise osv.except_osv. Until now I achieve to throw the exception, but the new item is created, and that is what I want to avoid.
Thanks in advanced!!
pd: Sorry my English.