点击导航用户google.com时,我会添加菜单项。 我试过在论坛中使用代码,但它没有用,并给出了上述错误。
请建议我实施此问题&告诉我是否有其他方法可以做到这一点
<record model="ir.actions.url" id="google_url">
<field name="name">Google URL</field>
<field name="url">http://www.google.com</field>
</record>
<menuitem id="google_url" name="Go google" parent="menu_bpl_logic"
action="bpl_allowance_individual_data_action" sequence="" />
(如果我们需要在现有的openerp页面和框架内打开网页,那么上面的代码需要如何更改?)
答案 0 :(得分:0)
使用ir.actions.act_url
代替ir.actions.url