We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d8552d + abdb674 commit 87f92f7Copy full SHA for 87f92f7
1 file changed
delivery_gls_asm/views/stock_picking_views.xml
@@ -16,7 +16,7 @@
16
class="fa fa-arrow-right oe_link"
17
name="cancel_shipment"
18
string="Cancel"
19
- 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'"
20
/>
21
</xpath>
22
<xpath expr="//div[@name='tracking']" position="after">
0 commit comments