Skip to content

Commit

Permalink
[18.0][MIG] stock_picking_show_linked: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fd-oerp committed Dec 11, 2024
1 parent 52313dd commit 1ef64ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stock_picking_show_linked/views/stock_picking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
type="object"
name="action_stock_picking_destination"
icon="fa-truck"
attrs="{'invisible': [('dest_picking_count', '==', 0)]}"
invisible="dest_picking_count == 0"
>
<field
string="Dest. Transfers"
Expand All @@ -26,7 +26,7 @@
type="object"
name="action_stock_picking_origin"
icon="fa-truck"
attrs="{'invisible': [('origin_picking_count', '==', 0)]}"
invisible="origin_picking_count == 0"
>
<field
string="Origin Transfers"
Expand Down

0 comments on commit 1ef64ca

Please sign in to comment.