[IMP] Meetings are displayed.

bzr revid: bth@tinyerp.com-20111019070919-yubxuakxhqr7prcf
This commit is contained in:
Bhumi Thakkar (Open ERP) 2011-10-19 12:39:19 +05:30
parent 7a8e23c0d4
commit 7b5b0faafe
2 changed files with 6 additions and 0 deletions

View File

@ -256,6 +256,9 @@ openerp.web_mobile.FormView = openerp.web.Widget.extend({
if (view_fields[i].tag == 'group') {
this.get_fields(view_fields[i].children, this.fields);
}
if (view_fields[i].tag == 'level') {
this.get_fields(view_fields[i].children, this.fields);
}
}
return this.fields;
},

View File

@ -290,6 +290,9 @@
</t>
</t>
</t>
<t t-if="!fields[field.attrs.name].selection">
<option t-att-value="values[field.attrs.name][0]" ><t t-esc="values[field.attrs.name][1]"/></option>
</t>
</select>
<t t-if="fields[field.attrs.name].selection">
<a id="formbutton" href="#" title="Form View"><img src="/web/static/src/img/icons/gtk-index.png" /></a>