El 26/11/2013 8:39, "appu" <[email protected]> va escriure: > > I want to show dynamic values of fields defined in module in the form view. > I con't use Label as it is used to show static field name (heading) not the value of the field. > I am new to tryton and am asuming field.Char is like html input type="text", > and field.Text is like html input type="textarea". so I want to show dynamic value of field in form view with bold string. > and don't want to see the style of text, textarea. so finally i want to show like <b> field.value</b>. > I am sorry here i am giving html example because i don't know tryton much.
Define a Char/Text function field. It will show an "input" widget but readonly.
