Skip to content

Commit

Permalink
[FIX] mrp_supplier_price: wrong group (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Feb 22, 2019
1 parent 8d8cf6d commit 03ed3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrp_supplier_price/views/mrp_production_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="o_row">
<field name="product_uop_qty" />
<field name="product_uop_id" options="{'no_open':True,'no_create':True}"
groups="product.group_uom" />
groups="uom.group_uom" />
</div>
<field name="supplier_price"
widget="monetary" options="{'currency_field': 'currency_id'}" />
Expand All @@ -47,7 +47,7 @@
<field name="standard_price" />
<field name="subtotal" sum="Total"/>
<field name="product_uop_qty" />
<field name="product_uop_id" groups="product.group_uom" />
<field name="product_uop_id" groups="uom.group_uom" />
<field name="supplier_id"
domain="[('id', 'in', supplier_id_domain)]"/>
<field name="supplier_id_domain" invisible="1" />
Expand Down

0 comments on commit 03ed3d8

Please sign in to comment.