Skip to content

Commit

Permalink
[IMP] partner_delivery_zone: Show delivery zone
Browse files Browse the repository at this point in the history
The condition is modified to show the delivery zone on all prints of
the report as long as it is set.

TT51791
  • Loading branch information
pilarvargas-tecnativa committed Dec 4, 2024
1 parent 89353c2 commit dc8ec7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions partner_delivery_zone/views/report_shipping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
<odoo>
<template id="report_picking" inherit_id="stock.report_picking">
<xpath expr="//div[@name='div_sched_date']" position="after">
<div
t-if="o.picking_type_id.code == 'outgoing' and o.delivery_zone_id"
class="col-auto"
>
<div t-if="o.delivery_zone_id" class="col-auto">
<strong>Zone</strong>
<span t-field="o.delivery_zone_id" />
</div>
Expand Down

0 comments on commit dc8ec7d

Please sign in to comment.