> Could you explain why and how this can fix the issue? I'm not sure I > understand how just wrapping an existing context in a CompoundContext (without > adding new contexts or providing an evaluation context) would fix the original > issue. Sorry for misunderstanding. I was thinking it's a context related problem because if i set CompoundContext then action.context is a object of comppoundcontext and default value not found of search view field. so search view not loaded in that condition. but now i checked again this issue but problem in ViewManagerAction#start if context have default value of searchview field then load searchview now i add condition in ViewManagerAction#start if flag.search_view is false then no need to load search view.
-- https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-877989-jap/+merge/80021 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/trunk-bug-877989-jap. _______________________________________________ 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

