[imp] simplified field status

bzr revid: nicolas.vanhoren@openerp.com-20110915123754-iun1kwli7kzl9lm5
This commit is contained in:
niv-openerp 2011-09-15 14:37:54 +02:00
parent fbf6708d10
commit 692cb79400
2 changed files with 1 additions and 4 deletions

View File

@ -2554,7 +2554,7 @@ openerp.web.form.FieldBinaryImage = openerp.web.form.FieldBinary.extend({
});
openerp.web.form.FieldStatus = openerp.web.form.Field.extend({
template: "FieldStatus",
template: "EmptyComponent",
start: function() {
this._super();
this.selected_value = null;

View File

@ -1412,9 +1412,6 @@
</p>
</div>
</t>
<t t-name="FieldStatus">
<div t-att-id="widget.element_id"></div>
</t>
<t t-name="FieldStatus.content">
<ul class="oe-arrow-list">
<t t-set="size" t-value="widget.to_show.length"/>