首页 > 其他 > 详细

Openerp 中打开 URL 的三种 方法

时间:2014-07-18 21:03:52      阅读:328      评论:0      收藏:0      [点我收藏+]

来自:http://shine-it.net/index.php/topic,8013.0.html

最近总结了,Openerp 中打开 URL 的三种 方法:
一、在form view 添加 <a>标签
二、使用url widget, <field name="field_name" widget="url"/>
三、使用按钮,return { ‘type‘: ‘ir.actions.act_url‘, ‘http://www.openerp.com‘: drawing_url, ‘nodestroy‘: True, ‘target‘: ‘new‘ }

Openerp 中打开 URL 的三种 方法,布布扣,bubuko.com

Openerp 中打开 URL 的三种 方法

原文:http://www.cnblogs.com/chjbbs/p/3850260.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!