Skip to content

Commit

Permalink
Update foodhub_picking_operations/reports/report_picking_operations.xml
Browse files Browse the repository at this point in the history
Co-authored-by: hugues de keyzer <[email protected]>
  • Loading branch information
victor-champonnois and huguesdk authored Dec 16, 2024
1 parent 5c2c349 commit 7b58729
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="report_picking" inherit_id="stock.report_picking">
<xpath expr="//h1" position="replace">
<h1 t-field="o.origin" class="mt0"/>
<xpath expr="//h1" position="attributes">
<attribute name="t-field">o.origin</attribute>
</xpath>
<xpath expr="//div[@name='div_origin']" position="replace">
<div t-if="o.origin" class="col-auto" name="div_origin">
Expand Down

0 comments on commit 7b58729

Please sign in to comment.