mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX]wizard to create pickings, not to show rma groups if rma groups are not activated
This commit is contained in:
committed by
Jasmin Solanki
parent
3a724d117a
commit
dca239f699
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user