[FIX] don't display a '#' in empty URI fields

lp bug: https://launchpad.net/bugs/931643 fixed

bzr revid: xmo@openerp.com-20120214074632-oumyrm5pd5e2y1ow
This commit is contained in:
Xavier Morel 2012-02-14 08:46:32 +01:00
parent 74b3b0bc69
commit a7ea6c02ab
1 changed files with 1 additions and 1 deletions

View File

@ -1007,7 +1007,7 @@
</t>
<t t-name="FieldURI.readonly">
<div>
<a href="#" class="oe_form_uri">#</a>
<a href="#" class="oe_form_uri"/>
</div>
</t>
<t t-name="FieldEmail">