Skip to content

Commit

Permalink
Merge PR #440 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Dec 23, 2024
2 parents 2414c9d + c47b20f commit ab62d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maintenance_equipment_sequence/views/maintenance_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
<field name="model">maintenance.equipment</field>
<field name="inherit_id" ref="maintenance.hr_equipment_view_tree" />
<field name="arch" type="xml">
<field name="name" position="before">
<field name="serial_no" />
</field>
<xpath expr="//field[@name='name']" position="before">
<field name="serial_no" position="move" />
</xpath>
</field>
</record>
<record id="hr_equipment_view_search" model="ir.ui.view">
Expand Down

0 comments on commit ab62d29

Please sign in to comment.