('parent_id', 'IS', None) produces sql 'parent_id' IS NULL
I had tried ('parent_id', '=', None) before and it did not gen the correct sql.
You cannot say parent_id = NULL in sql and get the proper result.Regards, Gerry -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=25274#25274 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
