Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion delivery_gls_asm/views/stock_picking_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class="fa fa-arrow-right oe_link"
name="cancel_shipment"
string="Cancel"
invisible="not carrier_tracking_ref or delivery_type != 'gls_asm' or state == 'done'"
invisible="not carrier_tracking_ref or not gls_carrier_is_pickup_service or state == 'done'"
/>
</xpath>
<xpath expr="//div[@name='tracking']" position="after">
Expand Down