trytond-patches/issue9511002_1.diff

44 lines
1.6 KiB
Diff

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>