Skip to content
Snippets Groups Projects
Commit 86856dc4 authored by Amit Mendapara's avatar Amit Mendapara
Browse files

added `ir.actions.act_url` selection for `action` field of `ir.ui.menu`

bzr revid: ame@tinyerp.com-f8d2d7c8b03c9a57cbbd7bcdd9e74cf4cfa6c066
parent df34457d
Branches
Tags
No related merge requests found
......@@ -185,6 +185,7 @@ class ir_ui_menu(osv.osv):
('ir.actions.report.xml', 'ir.actions.report.xml'),
('ir.actions.act_window', 'ir.actions.act_window'),
('ir.actions.wizard', 'ir.actions.wizard'),
('ir.actions.url', 'ir.actions.act_url'),
]),
}
_defaults = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment