when we click in URL it opens in new tab

bzr revid: ggh@tinyerp.com-20120627102649-rfq1akvhvoa2fs4l
This commit is contained in:
ggh-openerp 2012-06-27 15:56:49 +05:30
parent ce9879bea4
commit 2856eeb632
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@
</t>
<t t-name="FieldEmail">
<span class="oe_form_field oe_form_field_email oe_form_field_with_button">
<a t-if="widget.get('effective_readonly')" href="#" class="oe_form_uri"/>
<a t-if="widget.get('effective_readonly')" href="#" class="oe_form_uri" target="_blank"/>
<t t-if="!widget.get('effective_readonly')">
<div>
<input type="text"