Skip to content

Commit 1ab3599

Browse files
committed
Merge PR #438 into 16.0
Signed-off-by etobella
2 parents a2aa97e + eaf9878 commit 1ab3599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

maintenance_equipment_sequence/views/maintenance_views.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
<field name="model">maintenance.equipment</field>
4646
<field name="inherit_id" ref="maintenance.hr_equipment_view_tree" />
4747
<field name="arch" type="xml">
48-
<field name="name" position="before">
49-
<field name="serial_no" />
50-
</field>
48+
<xpath expr="//field[@name='name']" position="before">
49+
<field name="serial_no" position="move" />
50+
</xpath>
5151
</field>
5252
</record>
5353
<record id="hr_equipment_view_search" model="ir.ui.view">

0 commit comments

Comments
 (0)