mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[12.0][FIX] stock_request_kanban: wrong uom group reference
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<field name="route_id" options="{'no_create': True}" groups="stock.group_stock_multi_locations"/>
|
||||
<field name="product_id"/>
|
||||
<field name="product_uom_id"
|
||||
options="{'no_open': True, 'no_create': True}" groups="product.group_uom"/>
|
||||
options="{'no_open': True, 'no_create': True}" groups="uom.group_uom"/>
|
||||
<field name="product_uom_qty"/>
|
||||
<field name="active" invisible="1"/>
|
||||
</tree>
|
||||
@@ -77,7 +77,7 @@
|
||||
<field name="product_uom_id"
|
||||
class="oe_inline"
|
||||
options="{'no_open': True, 'no_create': True}"
|
||||
groups="product.group_uom"/>
|
||||
groups="uom.group_uom"/>
|
||||
</div>
|
||||
</group>
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user