Add patch for issue5259

This commit is contained in:
Sergi Almacellas Abellana 2016-01-15 15:21:22 +01:00
parent bd1f8dcfc3
commit 851086464f
2 changed files with 27 additions and 0 deletions

26
issue21611002_20001.diff Normal file
View File

@ -0,0 +1,26 @@
# 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"/>

1
series
View File

@ -73,6 +73,7 @@ issue4115.diff
issue5118.diff
issue18801002_1.diff
account_chart_speedup.diff
issue21611002_20001.diff
# Ignore next patches
#incremental_wait_in_retries.diff
# Uncomment in calfruitos