Skip to content

Commit

Permalink
Merge PR #913 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 4, 2024
2 parents fc20867 + ba14b74 commit 5639894
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 5639894

Please sign in to comment.