rma_account: Fix uom res.groups

This commit is contained in:
Akim Juillerat
2019-03-12 17:27:55 +01:00
committed by ahenriquez
parent a0b7663548
commit a645238e0c
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
<field name="name"/>
<field name="account_id" groups="account.group_account_user"/>
<field name="quantity"/>
<field name="uom_id" groups="product.group_uom"/>
<field name="uom_id" groups="uom.group_uom"/>
<field name="price_unit"/>
<field name="discount" groups="sale.group_discount_per_so_line"/>
<field name="price_subtotal"/>
@@ -60,7 +60,7 @@
<field name="name"/>
<field name="account_id" groups="account.group_account_user"/>
<field name="quantity"/>
<field name="uom_id" groups="product.group_uom"/>
<field name="uom_id" groups="uom.group_uom"/>
<field name="price_unit"/>
<field name="discount" groups="sale.group_discount_per_so_line"/>
<field name="price_subtotal"/>

View File

@@ -21,7 +21,7 @@
<field name="product"/>
<field name="name"/>
<field name="product_qty"/>
<field name="uom_id" groups="product.group_uom"/>
<field name="uom_id" groups="uom.group_uom"/>
<field name="qty_to_refund" readonly="0"/>
</tree>
</field>