trytond-patches/issue21611002_20001.diff

27 lines
851 B
Diff

# HG changeset patch
# User Sergi Almacellas Abellana <sergi@koolpi.com>
Improve list view
issue5259
review21611002
Index: trytond/trytond/modules/production/view/production_list.xml
===================================================================
--- a/trytond/trytond/modules/production/view/production_list.xml
+++ b/trytond/trytond/modules/production/view/production_list.xml
@@ -2,9 +2,11 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree string="Productions">
- <field name="product"/>
<field name="code"/>
<field name="reference"/>
+ <field name="product"/>
+ <field name="quantity"/>
+ <field name="uom"/>
<field name="planned_date"/>
<field name="effective_date"/>
<field name="state"/>