[quote author=Joshua link=topic=17120.msg30430#msg30430 date=1432867455]
你举的例子是odoo默认的many2one的wiget,打开的就是该many2one字段的表单视图,如果你是想把char fields的值变为超链接可以这样:
<field name="my_url_field" readonly="1" widget="url"/>
[/quote]
非常感谢您的回复,给我帮了很大的忙,非常谢谢您