Skip to content

Commit

Permalink
Merge pull request #14 from Jarsa-dev/15.0-FIX-purchase_order_seconda…
Browse files Browse the repository at this point in the history
…ry_unit

[15.0][FIX]purchase_order_secondary_unit
  • Loading branch information
EduardoJarsa authored Mar 22, 2023
2 parents bd0a88b + 1403d45 commit 73497bf
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 73497bf

Please sign in to comment.