details: https://code.tryton.org/tryton/commit/09b334c157f7
branch: default
user: Cédric Krier <[email protected]>
date: Thu Jan 08 12:11:00 2026 +0100
description:
Add effective date, delay and warehouse to production list
diffstat:
modules/production/view/production_list.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 20ea017e76f4 -r 09b334c157f7 modules/production/view/production_list.xml
--- a/modules/production/view/production_list.xml Thu Jan 08 12:06:47
2026 +0100
+++ b/modules/production/view/production_list.xml Thu Jan 08 12:11:00
2026 +0100
@@ -10,5 +10,8 @@
<field name="quantity" symbol="unit"/>
<field name="planned_start_date" optional="0"/>
<field name="planned_date" optional="0"/>
+ <field name="effective_date" optional="0"/>
+ <field name="delay" optional="1"/>
+ <field name="warehouse" optional="1" expand="1"/>
<field name="state"/>
</tree>