[IMP]imporve dropdown_selection tamplate

bzr revid: mba@tinyerp.com-20140416095023-hh0dkh837r7team5
This commit is contained in:
Barad Mahendra 2014-04-16 15:20:23 +05:30
parent 6b5e3eed2e
commit 5979488e35
1 changed files with 3 additions and 3 deletions

View File

@ -1024,10 +1024,10 @@
<t t-name="DropdownSelection">
<span class="btn-group state">
<t t-foreach="states" t-as="rec">
<a t-att-class="rec.state_icon" t-if="widget.get('value') === rec.name" t-att-title="rec.state_name" >
<a>
<a class="oe_legend dropdown-toggle" data-toggle="dropdown">
<span class="caret hidden"></span>
<span class="sr-only">Toggle Dropdown</span> </a>
<span t-att-class="rec.state_icon" t-if="widget.get('value') === rec.name" t-att-title="rec.state_name"></span>
<span class="sr-only">Toggle Dropdown</span></a>
</a>
</t>
<ul class="dropdown-menu state" role="menu">