[FIX] ir.ui.view,ir.ui.view.custom: cleanup handling of customized views + add menu...
authorOlivier Dony <odo@openerp.com>
Fri, 7 Jan 2011 16:03:37 +0000 (17:03 +0100)
committerOlivier Dony <odo@openerp.com>
Fri, 7 Jan 2011 16:03:37 +0000 (17:03 +0100)
commit530704a3498666729f805ed90a17ab6ca557c479
tree3b074394b9f24dce77aa4569fd339e4473e58d3a
parentfa57945ac0eefa448b4afd980f6c330e4b19f9bb
[FIX] ir.ui.view,ir.ui.view.custom: cleanup handling of customized views + add menu and views

Custom views are used when users reorganize their dashboards (drag and drop in web), but this should not be
special-cased for board.board model in the core. The web client will instead directly write to the ir.ui.view.custom
table, and the board module will override board.board.fields_view_get to take custom views into account.
The only responsibility of the core is to drop custom views when the original view is updated, to be sure there
are no outdated customizations that remain.

bzr revid: odo@openerp.com-20110107160337-0rovd484id4gfc16
bin/addons/base/ir/ir.xml
bin/addons/base/ir/ir_ui_view.py