Review: Resubmit > After discussion with odo, magical behavior (of implicitly converting one > clause to an other) should be avoided. Instead, many fields should have two > more options "is set" and "is not set" which ignores value (maybe hides input > also) and corresponds to literally `!= False` and `= False`.
I have implemented is set and is not set for char,date,datetime,integer,float widget. if select is set or is not set option then text box of value is hide. if select 'is set' option then value passed '!False' and for 'is not set' value passed 'False'. Thanks. -- https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-575959-bth/+merge/111016 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/6.1-opw-575959-bth. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

