Skip to content

Commit

Permalink
[MIG] fieldservice_equipment_stock: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarRetes committed Oct 16, 2024
1 parent f6496de commit c5e22b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fieldservice_equipment_stock/views/fsm_equipment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
</field>
</record>

<record id="fsm_equipment_tree_view_model" model="ir.ui.view">
<record id="fsm_equipment_list_view_model" model="ir.ui.view">
<field name="name">fsm.equipment.model</field>
<field name="model">fsm.equipment</field>
<field name="inherit_id" ref="fieldservice.fsm_equipment_tree_view" />
<field name="inherit_id" ref="fieldservice.fsm_equipment_list_view" />
<field name="arch" type="xml">
<field name="person_id" position="before">
<field name="product_id" />
Expand Down

0 comments on commit c5e22b5

Please sign in to comment.