I have a question, it seems so…
i have a view let says
<form col="6">
<group colspan="6" col="6">
<label name="code"/>
<field name="code"/>
<label name="name"/>
<field name="name"/>
</group>
<field name="party"/>
<field name="zz"/>
</form>
when i want to update my module is says
trytond.ir.ui.view.XMLError: Invalid XML for view “formo.zz (Form)”. - :4:0:ERROR:RELAXNGV:RELAXNG_ERR_INTERSEQ: Invalid sequence in interleave
:4:0:ERROR:RELAXNGV:RELAXNG_ERR_ATTRVALID: Element group failed to validate attributes
so i erase col=“6” in form and the group. the module is upgraded, i reintroduce the col=“6” and the group and the module upgrade..
strange no ?