Skip to content

Commit

Permalink
[15.0][FIX]purchase_order_secondary_unit
Browse files Browse the repository at this point in the history
  • Loading branch information
olveracuenca authored and alan196 committed Apr 12, 2023
1 parent 2a0c6c5 commit 81dd398
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions purchase_order_secondary_unit/views/product_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,4 @@
</field>
</field>
</record>

<record id="product_variant_easy_edit_view" model="ir.ui.view">
<field name="model">product.product</field>
<field
name="inherit_id"
ref="product_secondary_unit.product_variant_easy_edit_view"
/>
<field name="arch" type="xml">
<xpath expr="//group[@name='default_secondary_uom']" position="inside">
<field name="purchase_secondary_uom_id" options="{'no_create': True}" />
</xpath>
</field>
</record>
</odoo>

0 comments on commit 81dd398

Please sign in to comment.