[FIX]wizard to create pickings, not to show rma groups if rma groups are not activated

This commit is contained in:
Aaron Henriquez
2019-07-16 12:40:21 +02:00
committed by Jasmin Solanki
parent 3a724d117a
commit dca239f699

View File

@@ -9,7 +9,7 @@
<separator string="Select lines for picking"/>
<field name="item_ids">
<tree string="RMA Lines" editable="bottom" create="false">
<field name="rma_id"/>
<field name="rma_id" groups="rma.group_rma_groups"/>
<field name="product_id"/>
<field name="product_qty"/>
<field name="uom_id" groups="uom.group_uom"/>
@@ -37,7 +37,7 @@
<separator string="Select lines for picking"/>
<field name="item_ids">
<tree string="RMA Lines" editable="bottom" create="false">
<field name="rma_id"/>
<field name="rma_id" groups="rma.group_rma_groups"/>
<field name="product_id"/>
<field name="product_qty"/>
<field name="uom_id" groups="uom.group_uom"/>