[IMP]removed unused method which is defined only for web shortcuts module.

bzr revid: ishwarmalvi13@gmail.com-20130918065854-u0aiyu5e1z7tf09g
This commit is contained in:
ima-openerp 2013-09-18 12:28:54 +05:30
parent bc0d066505
commit 0afff9aae3
1 changed files with 0 additions and 7 deletions

View File

@ -1010,13 +1010,6 @@ class Menu(http.Controller):
"""
return request.session.model('ir.ui.menu').get_needaction_data(menu_ids, request.context)
@http.route('/web/menu/action', type='json', auth="user")
def action(self, menu_id):
# still used by web_shortcut
actions = load_actions_from_ir_values('action', 'tree_but_open',
[('ir.ui.menu', menu_id)], False)
return {"action": actions}
class DataSet(http.Controller):
@http.route('/web/dataset/search_read', type='json', auth="user")