Skip to content

Commit ab62d29

Browse files
committed
Merge PR #440 into 17.0
Signed-off-by etobella
2 parents 2414c9d + c47b20f commit ab62d29

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
@@ -65,9 +65,9 @@
6565
<field name="model">maintenance.equipment</field>
6666
<field name="inherit_id" ref="maintenance.hr_equipment_view_tree" />
6767
<field name="arch" type="xml">
68-
<field name="name" position="before">
69-
<field name="serial_no" />
70-
</field>
68+
<xpath expr="//field[@name='name']" position="before">
69+
<field name="serial_no" position="move" />
70+
</xpath>
7171
</field>
7272
</record>
7373
<record id="hr_equipment_view_search" model="ir.ui.view">

0 commit comments

Comments
 (0)