Add patch for issue4056

This commit is contained in:
Sergi Almacellas Abellana 2014-07-14 09:49:04 +02:00
parent 35fc8081ce
commit 34099b2da0
2 changed files with 44 additions and 0 deletions

43
issue9511002_1.diff Normal file
View File

@ -0,0 +1,43 @@
Index: trytond/trytond/modules/stock_supply/view/order_point_form.xml
===================================================================
--- a/trytond/trytond/modules/stock_supply/view/order_point_form.xml
+++ b/trytond/trytond/modules/stock_supply/view/order_point_form.xml
@@ -2,10 +2,19 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form string="Order Point" cursor="product">
- <separator string="Product Info" colspan="4" id="info"/>
+ <separator string="Order Point Type" colspan="4" id="type"/>
+ <label name="type"/>
+ <field name="type"/>
<label name="company"/>
<field name="company"/>
+ <label name="warehouse_location"/>
+ <field name="warehouse_location"/>
<newline/>
+ <label name="storage_location"/>
+ <field name="storage_location"/>
+ <label name="provisioning_location"/>
+ <field name="provisioning_location"/>
+ <separator string="Product Info" colspan="4" id="info"/>
<label name="product"/>
<field name="product"/>
<label name="unit"/>
@@ -14,15 +23,4 @@
<field name="min_quantity"/>
<label name="max_quantity"/>
<field name="max_quantity"/>
- <separator string="Order Point Type" colspan="4" id="type"/>
- <label name="type"/>
- <field name="type"/>
- <newline/>
- <label name="warehouse_location"/>
- <field name="warehouse_location"/>
- <newline/>
- <label name="storage_location"/>
- <field name="storage_location"/>
- <label name="provisioning_location"/>
- <field name="provisioning_location"/>
</form>

1
series
View File

@ -25,3 +25,4 @@ issue234_703_16370.diff
ldap_authentication.diff
issue7421002_1.diff
issue13411002_1.diff
issue9511002_1.diff