Hi, i have already tried this out. It didn’t work. Any other idea?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Xavier (Open ERP) Sent: miércoles, 23 de noviembre de 2011 09:01 a.m. To: [email protected] Subject: [Bug 890370] Re: error while trying to hide a field bug closed incorrectly. Francisco, could you try replacing `[]` by `False` (an empty list by the boolean False)? This might be the result of different boolean coercions by the web and GTK client (JS versus Python), resulting in a different behavior when an empty list is encountered. ** Changed in: openerp-web Status: Invalid => Confirmed -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/890370 Title: error while trying to hide a field Status in OpenERP Web: Confirmed Bug description: Help please, Im trying to hide a field. <field name="survey_id" invisible="context.get('hide_in_request',[])"/> It is supposed to work like this, I want it to display the field when someone click menu "A", and not to display it when someone clicks menu "B". (menu "A" and "B" goes to different views of the same object) This is working perfectly in the gtk client. why is it not working on the web?? To manage notifications about this bug go to: https://bugs.launchpad.net/openerp-web/+bug/890370/+subscriptions -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. https://bugs.launchpad.net/bugs/890370 Title: error while trying to hide a field Status in OpenERP Web: Incomplete Bug description: Help please, Im trying to hide a field. <field name="survey_id" invisible="context.get('hide_in_request',[])"/> It is supposed to work like this, I want it to display the field when someone click menu "A", and not to display it when someone clicks menu "B". (menu "A" and "B" goes to different views of the same object) This is working perfectly in the gtk client. why is it not working on the web?? To manage notifications about this bug go to: https://bugs.launchpad.net/openerp-web/+bug/890370/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

