来自: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' }

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-04-23
  • 2021-07-11
  • 2022-01-21
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2021-11-27
  • 2021-08-28
  • 2021-12-30
  • 2022-12-23
相关资源
相似解决方案