[FIX] fix debug mode: correct id and xml_id (web client)
authorGéry Debongnie <ged@odoo.com>
Mon, 24 Nov 2014 10:35:13 +0000 (11:35 +0100)
committerGéry Debongnie <ged@odoo.com>
Mon, 24 Nov 2014 14:26:07 +0000 (15:26 +0100)
commit3b131ea64bca878f3844366c63220d66a7be579f
treeff6daf39fbf30c932bcd6fa83150790245aefb62
parent6dcad6d0ec48d5c7e1e4cfee9c94e3bddbc1ba5c
[FIX] fix debug mode: correct id and xml_id (web client)

This commit fixes two issues with debug mode:
* when a default searchview is requested, it is
initialized without its view_id. Problem is that it prevents debug mode from editing the view.
*  add xml_id in Edit action form view(debug mode) : this makes the xml id visible in form view
addons/web/static/src/js/search.js
openerp/addons/base/ir/ir_actions.py
openerp/addons/base/ir/ir_actions.xml