Skip to content

Commit

Permalink
[FIX] stock_batch_pickink_ux: reserved_qty duplicated iin view
Browse files Browse the repository at this point in the history
closes #471

X-original-commit: a44574d
Related: ingadhoc/product#612
Signed-off-by: Juan Carreras <jc@adhoc.com.ar>
  • Loading branch information
mav-adhoc committed Apr 25, 2024
1 parent 6cb2c5c commit 2a1d50b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion stock_batch_picking_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Stock Usability with Batch Picking and stock vouchers',
'version': "16.0.1.1.0",
'version': "16.0.1.2.0",
'category': 'Warehouse Management',
'sequence': 14,
'summary': '',
Expand Down
1 change: 0 additions & 1 deletion stock_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
'sale_stock',
'report_aeroo',
'stock_voucher',
'product_expiry',
'stock_barcode',
'mail',
],
Expand Down
8 changes: 1 addition & 7 deletions stock_ux/views/stock_move_line_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<field name="product_uom_category_id" column_invisible="True"/>
<field name="product_uom_id" position="move"/>
<field name="lots_visible" column_invisible="True"/>
<field name="owner_id" readonly="1"/>
<field name="owner_id" readonly="1" optional="hide"/>
</field>
<field name="lot_id" position="attributes">
<attribute name="invisible">not lots_visible</attribute>
Expand All @@ -106,12 +106,6 @@
<field name="quantity" position="after">
<button name="set_all_done" title="Set all Done" type="object" icon="fa-check" invisible="state not in ('confirmed', 'assigned', 'waiting', 'partially_available')"/>
</field>
<field name="lot_id" position="after">
<field name="expiration_date" readonly="0"/>
</field>
<field name="expiration_date" position="attributes">
<attribute name="invisible">not lots_visible</attribute>
</field>
</field>
</record>

Expand Down

0 comments on commit 2a1d50b

Please sign in to comment.