search view input text sized to 15

bzr revid: al@openerp.com-20110512113724-640mxsw3e5yh6ow4
This commit is contained in:
Antony Lesuisse 2011-05-12 13:37:24 +02:00
parent aa40e111fa
commit 43f0b62a7a
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@
<span t-if="attrs.help">(?)</span>
</label>
<div style="white-space: nowrap;">
<input type="text" t-att-name="attrs.name"
<input type="text" size="15" t-att-name="attrs.name"
t-att-autofocus="attrs.default_focus === '1' ? 'autofocus' : undefined"
t-att-id="element_id"
t-att-value="defaults[attrs.name] || ''"/>