details:   https://code.tryton.org/tryton/commit/6d6a933cc388
branch:    default
user:      Cédric Krier <[email protected]>
date:      Thu Oct 16 01:14:15 2025 +0200
description:
        Add warehouse to the list view of supplier return shipment
diffstat:

 modules/stock/view/shipment_in_return_tree.xml |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 63c53af38af4 -r 6d6a933cc388 
modules/stock/view/shipment_in_return_tree.xml
--- a/modules/stock/view/shipment_in_return_tree.xml    Thu Oct 16 01:13:50 
2025 +0200
+++ b/modules/stock/view/shipment_in_return_tree.xml    Thu Oct 16 01:14:15 
2025 +0200
@@ -9,6 +9,7 @@
     <field name="effective_date" optional="0"/>
     <field name="delay" optional="1"/>
     <field name="from_location" expand="1" optional="0"/>
+    <field name="warehouse" expand="1" optional="1"/>
     <field name="supplier" expand="1" optional="0"/>
     <field name="delivery_address" optional="0"/>
     <field name="state"/>

Reply via email to