mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] let field name in form view because it's needed for the description of the refund
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user