Skip to content

Commit

Permalink
[FIX] Fixed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikul-OSI committed Aug 21, 2024
1 parent 2c44414 commit db28a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_product_approval/views/sale_order.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<odoo>

<record id="sale_order_line_inherit_form" model="ir.ui.view">
<field name="name">sale_order_line_form_view_inherit</field>
<record id="sale_order_inherit_form" model="ir.ui.view">
<field name="name">sale_order_form_view_inherit</field>
<field name="model">sale.order</field>
<field name="priority">99</field>
<field name="inherit_id" ref="sale.view_order_form" />
Expand Down

0 comments on commit db28a4b

Please sign in to comment.