Review: Disapprove

This fix is not correct: the web client does not directly use ``invisible`` 
attribute (or other attributes) of view or model, they are transformed into 
``modifiers`` JSON object by the server (fields_view_get) and web client uses 
that.

Issue here is on survey fields_view_get is overridden (see survey_answer.py for 
example), and modifiers attribute is not created for field set invisible which 
is wrong because now web client does not have data.

To see this, you can see invisible works correctly on any other model which 
does not override fields_view_get.

So bug is in addons, and should be fixed in survey to create correct modifiers 
attribute, problem is not in web client.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-575267-bth/+merge/110527
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/6.1-opw-575267-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

Reply via email to