> I have another question: > > Can I change the label of a field in the form view? For example I want to use > the label "Total weight" instead of the default "Gross weight". Is there any > way to do this in the XML-File?
just put a string="new name" in your view.xml in the tag of the field of which you want to change the label. BTW a <label colspan="2"/> is useful if there's only one field in a line which you want to have on the right side. It occupies the left space so the next field is moved to the right (colspan=4 is the whole width). I just came across it; maybe it's helpful for someone. ------------------------ knerz _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
