The proposal to merge lp:~openerp-dev/openobject-client-web/proto61-viewmanager-improvements-xmo into lp:~openerp-dev/openobject-client-web/trunk-proto61 has been updated.
Description changed to: Fixes to the view manager: * Have the action manager stop() it when performing a new action (and creating a new view manager) * Full generify content views management via a registry (viewmanager fetches the content views it needs from the registry). This was concurrently done by fme, I merged his mods. * Removed search_visible and searchview_id, search view visibility now handled via static tag on views (if searchable === false, search view should be hidden) * Added Python patcher to split `view_mode=tree` in `view_mode=list` (instead of view_type=form) and `view_mode-tree` (instead of view_type=tree), and relevant registration of views (list => ListView; tree => TreeView) * Added disabling of button for current view type (as switching from tree view to tree view is not — I think — a very useful "feature") * Fixed race condition between search view loading and default content view loading in case auto_search is set (through deferreds) Also: fixed a small bug with contexts and domains handling (in case they have leading spaces mostly) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-client-web/proto61-viewmanager-improvements-xmo/+merge/55913 -- https://code.launchpad.net/~openerp-dev/openobject-client-web/proto61-viewmanager-improvements-xmo/+merge/55913 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-client-web/trunk-proto61. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp

