Navigation Menu

Skip to content

Commit

Permalink
[IMP] stock_picking_batch_delivery_carrier_base:
Browse files Browse the repository at this point in the history
- Eliminado shipment_reference de las condiciones para mostrar botones del batch picking porque CEX no tiene shipment reference y ocultaba siempre los botones.
  • Loading branch information
vicentecom committed Jan 13, 2021
1 parent 11ebed5 commit 9b36386
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -14,13 +14,11 @@
]}"/>
<button name="send_shipping" string="Request Shipping" type="object"
attrs="{'invisible': [
'|', ('shipment_reference', '!=', False),
('carrier_tracking_ref', '!=', False)
]}"/>
<button name="remove_tracking_info" string="Remove Tracking" type="object"
confirm="Are you sure you want to remove the tracking info of this batch?"
attrs="{'invisible': [
'|',('shipment_reference', '=', False),
('carrier_tracking_ref', '=', False)
]}"/>
</header>
Expand Down

0 comments on commit 9b36386

Please sign in to comment.