Skip to content

Commit

Permalink
Merge pull request #96 from tafaRU/7.0-account_invoice_uom-fix
Browse files Browse the repository at this point in the history
[FIX] account_invoice_uom: uom_qty label
  • Loading branch information
eLBati committed Sep 2, 2015
2 parents a48fa4b + 42d80f6 commit 47ec382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_invoice_uom/account_invoice_line_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="inherit_id" ref="account.view_invoice_line_form"></field>
<field name="arch" type="xml">
<xpath expr="//form/group/group/div" position="after">
<label for="sale_uos_qty" groups="product.group_uom"/>
<label for="uom_qty" groups="product.group_uom"/>
<div groups="product.group_uom">
<field name="uom_qty" class="oe_inline"/>
<field name="uom_id" class="oe_inline"/>
Expand Down

0 comments on commit 47ec382

Please sign in to comment.