Skip to content

Commit

Permalink
[FIX] repair_type: remove repair_type_id required on repair view
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPForgeFlow committed Jun 4, 2024
1 parent 276deb3 commit ed8691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repair_type/views/repair.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="inherit_id" ref="repair.view_repair_order_form" />
<field name="arch" type="xml">
<field name="product_id" position="after">
<field name="repair_type_id" attrs="{'required': True}" />
<field name="repair_type_id" />
</field>
</field>
</record>
Expand Down

0 comments on commit ed8691b

Please sign in to comment.