[FIX] let field name in form view because it's needed for the description of the refund

This commit is contained in:
Benoit Guillot
2012-10-12 17:09:17 +02:00
parent 530888a8b4
commit 1927258d6f

View File

@@ -15,7 +15,9 @@
<xpath expr="/form/group/field[@name='name']" position="replace">
<field name="categ_id" string='Name' />
</xpath>
<xpath expr="/form/group/notebook/page[@string='Claim Description']/group/field[@name='categ_id']" position="replace"/>
<xpath expr="/form/group/notebook/page[@string='Claim Description']/group/field[@name='categ_id']" position="replace">
<field name="name" invisible="1"/>
</xpath>
</field>
</record>