[FIX] Make ID of statement line readonly in views

This commit is contained in:
Joel Grand-Guillaume
2012-12-18 20:57:02 +01:00
parent a4836b6f89
commit ed6a7cf512

View File

@@ -147,11 +147,11 @@
</xpath>
<xpath expr="/form/sheet/notebook/page/field/tree/field[@name='sequence']" position="after">
<field name="id"/>
<field name="id" readonly="1" />
</xpath>
<xpath expr="/form/sheet/notebook/page/field/form/group/field[@name='date']" position="before">
<field name="id"/>
<field name="id" readonly="1" />
</xpath>
# Adapt onchange signature
<xpath expr="/form/sheet/notebook/page/field/tree/field[@name='partner_id']" position="replace">