[tryton-debian-vcs] tryton-modules-stock-product-location branch upstream updated. upstream/4.0.0-1-g6609bfa

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Dec 6 16:09:43 UTC 2016


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-product-location.git;a=commitdiff;h=upstream/4.0.0-1-g6609bfa

commit 6609bfaf9072788ecc5b088f806dfaeaf85278f5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 5 09:34:49 2016 +0100

    Adding upstream version 4.2.0.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 32efcfa..e103387 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 4.2.0 - 2016-11-28
+* Bug fixes (see mercurial logs for details)
+* Use product default location for production outputs
+
 Version 4.0.0 - 2016-05-02
 * Bug fixes (see mercurial logs for details)
 * Add Python3 support
diff --git a/INSTALL b/INSTALL
index a7dcb4d..76528cc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,7 +24,7 @@ site-packages directory on your system.
 For advanced options, please refer to the easy_install and/or the distutils
 documentation:
 
-  http://peak.telecommunity.com/DevCenter/EasyInstall
+  http://setuptools.readthedocs.io/en/latest/easy_install.html
   http://docs.python.org/inst/inst.html
 
 To use without installation, extract the archive into ``trytond/modules`` with
diff --git a/PKG-INFO b/PKG-INFO
index 6a55b82..c878d95 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_stock_product_location
-Version: 4.0.0
+Version: 4.2.0
 Summary: Tryton module to add default location on product
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.0/
+Download-URL: http://downloads.tryton.org/4.2/
 Description: trytond_stock_product_location
         ==============================
         
@@ -62,6 +62,7 @@ Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Hungarian
 Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Polish
 Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
diff --git a/__init__.py b/__init__.py
index 1288e6d..6a41c60 100644
--- a/__init__.py
+++ b/__init__.py
@@ -4,12 +4,14 @@
 from trytond.pool import Pool
 from .product import *
 from .location import *
+from . import production
 
 
 def register():
     Pool.register(
         Product,
         ProductLocation,
+        production.Production,
         ShipmentIn,
         ShipmentOutReturn,
         module='stock_product_location', type_='model')
diff --git a/locale/bg_BG.po b/locale/bg.po
similarity index 100%
rename from locale/bg_BG.po
rename to locale/bg.po
diff --git a/locale/ca_ES.po b/locale/ca.po
similarity index 91%
rename from locale/ca_ES.po
rename to locale/ca.po
index bfdedfd..a3acb17 100644
--- a/locale/ca_ES.po
+++ b/locale/ca.po
@@ -8,11 +8,11 @@ msgstr "Ubicacions predeterminades"
 
 msgctxt "field:stock.product.location,create_date:"
 msgid "Create Date"
-msgstr "Data creació"
+msgstr "Data de creació"
 
 msgctxt "field:stock.product.location,create_uid:"
 msgid "Create User"
-msgstr "Usuari creació"
+msgstr "Usuari de creació"
 
 msgctxt "field:stock.product.location,id:"
 msgid "ID"
@@ -40,11 +40,11 @@ msgstr "Magatzem"
 
 msgctxt "field:stock.product.location,write_date:"
 msgid "Write Date"
-msgstr "Data modificació"
+msgstr "Data de modificació"
 
 msgctxt "field:stock.product.location,write_uid:"
 msgid "Write User"
-msgstr "Usuari modificació"
+msgstr "Usuari de modificació"
 
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
diff --git a/locale/cs_CZ.po b/locale/cs.po
similarity index 86%
rename from locale/cs_CZ.po
rename to locale/cs.po
index 1bc6794..03c4a29 100644
--- a/locale/cs_CZ.po
+++ b/locale/cs.po
@@ -26,9 +26,10 @@ msgctxt "field:stock.product.location,product:"
 msgid "Product"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Namu"
 
 msgctxt "field:stock.product.location,sequence:"
 msgid "Sequence"
@@ -49,11 +50,3 @@ msgstr ""
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/de_DE.po b/locale/de.po
similarity index 100%
rename from locale/de_DE.po
rename to locale/de.po
diff --git a/locale/es_EC.po b/locale/es.po
similarity index 91%
rename from locale/es_EC.po
rename to locale/es.po
index 3cb07ba..e0a1900 100644
--- a/locale/es_EC.po
+++ b/locale/es.po
@@ -12,7 +12,7 @@ msgstr "Fecha de creación"
 
 msgctxt "field:stock.product.location,create_uid:"
 msgid "Create User"
-msgstr "Creado por usuario"
+msgstr "Usuario de creación"
 
 msgctxt "field:stock.product.location,id:"
 msgid "ID"
@@ -20,7 +20,7 @@ msgstr "ID"
 
 msgctxt "field:stock.product.location,location:"
 msgid "Storage Location"
-msgstr "Ubicación de almacenamiento"
+msgstr "Ubicación interna"
 
 msgctxt "field:stock.product.location,product:"
 msgid "Product"
@@ -36,7 +36,7 @@ msgstr "Secuencia"
 
 msgctxt "field:stock.product.location,warehouse:"
 msgid "Warehouse"
-msgstr "Bodega"
+msgstr "Almacén"
 
 msgctxt "field:stock.product.location,write_date:"
 msgid "Write Date"
@@ -44,7 +44,7 @@ msgstr "Fecha de modificación"
 
 msgctxt "field:stock.product.location,write_uid:"
 msgid "Write User"
-msgstr "Modificado por usuario"
+msgstr "Usuario de modificación"
 
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
diff --git a/locale/ja_JP.po b/locale/es_419.po
similarity index 83%
copy from locale/ja_JP.po
copy to locale/es_419.po
index 1bc6794..49e2fa1 100644
--- a/locale/ja_JP.po
+++ b/locale/es_419.po
@@ -12,7 +12,7 @@ msgstr ""
 
 msgctxt "field:stock.product.location,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Creado por usuario"
 
 msgctxt "field:stock.product.location,id:"
 msgid "ID"
@@ -20,7 +20,7 @@ msgstr ""
 
 msgctxt "field:stock.product.location,location:"
 msgid "Storage Location"
-msgstr ""
+msgstr "Ubicación de almacenamiento"
 
 msgctxt "field:stock.product.location,product:"
 msgid "Product"
@@ -36,7 +36,7 @@ msgstr ""
 
 msgctxt "field:stock.product.location,warehouse:"
 msgid "Warehouse"
-msgstr ""
+msgstr "Bodega"
 
 msgctxt "field:stock.product.location,write_date:"
 msgid "Write Date"
@@ -44,16 +44,8 @@ msgstr ""
 
 msgctxt "field:stock.product.location,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Modificado por usuario"
 
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/es_AR.po b/locale/es_AR.po
deleted file mode 100644
index 9f0c960..0000000
--- a/locale/es_AR.po
+++ /dev/null
@@ -1,59 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:product.product,locations:"
-msgid "Default Locations"
-msgstr "Ubicaciones por defecto"
-
-msgctxt "field:stock.product.location,create_date:"
-msgid "Create Date"
-msgstr "Fecha creación"
-
-msgctxt "field:stock.product.location,create_uid:"
-msgid "Create User"
-msgstr "Usuario creación"
-
-msgctxt "field:stock.product.location,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:stock.product.location,location:"
-msgid "Storage Location"
-msgstr "Ubicación de depósito"
-
-msgctxt "field:stock.product.location,product:"
-msgid "Product"
-msgstr "Producto"
-
-msgctxt "field:stock.product.location,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:stock.product.location,sequence:"
-msgid "Sequence"
-msgstr "Secuencia"
-
-msgctxt "field:stock.product.location,warehouse:"
-msgid "Warehouse"
-msgstr "Almacén"
-
-msgctxt "field:stock.product.location,write_date:"
-msgid "Write Date"
-msgstr "Fecha modificación"
-
-msgctxt "field:stock.product.location,write_uid:"
-msgid "Write User"
-msgstr "Usuario modificación"
-
-msgctxt "model:stock.product.location,name:"
-msgid "Product Location"
-msgstr "Ubicación de producto"
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr "Ubicación de producto"
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr "Ubicaciones de producto"
diff --git a/locale/es_CO.po b/locale/es_CO.po
deleted file mode 100644
index b3efe20..0000000
--- a/locale/es_CO.po
+++ /dev/null
@@ -1,59 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:product.product,locations:"
-msgid "Default Locations"
-msgstr "Bodegas por Defecto"
-
-msgctxt "field:stock.product.location,create_date:"
-msgid "Create Date"
-msgstr "Fecha de Creación"
-
-msgctxt "field:stock.product.location,create_uid:"
-msgid "Create User"
-msgstr "Creado por Usuario"
-
-msgctxt "field:stock.product.location,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:stock.product.location,location:"
-msgid "Storage Location"
-msgstr "Bodega de Almacenamiento"
-
-msgctxt "field:stock.product.location,product:"
-msgid "Product"
-msgstr "Producto"
-
-msgctxt "field:stock.product.location,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:stock.product.location,sequence:"
-msgid "Sequence"
-msgstr "Secuencia"
-
-msgctxt "field:stock.product.location,warehouse:"
-msgid "Warehouse"
-msgstr "Depósito"
-
-msgctxt "field:stock.product.location,write_date:"
-msgid "Write Date"
-msgstr "Fecha de Modificación"
-
-msgctxt "field:stock.product.location,write_uid:"
-msgid "Write User"
-msgstr "Modificado por Usuario"
-
-msgctxt "model:stock.product.location,name:"
-msgid "Product Location"
-msgstr "Bodega de Producto"
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr "Bodega de Producto"
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr "Bodegas de Producto"
diff --git a/locale/es_ES.po b/locale/es_ES.po
deleted file mode 100644
index c2cd1f6..0000000
--- a/locale/es_ES.po
+++ /dev/null
@@ -1,59 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:product.product,locations:"
-msgid "Default Locations"
-msgstr "Ubicaciones por defecto"
-
-msgctxt "field:stock.product.location,create_date:"
-msgid "Create Date"
-msgstr "Fecha creación"
-
-msgctxt "field:stock.product.location,create_uid:"
-msgid "Create User"
-msgstr "Usuario creación"
-
-msgctxt "field:stock.product.location,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:stock.product.location,location:"
-msgid "Storage Location"
-msgstr "Ubicación interna"
-
-msgctxt "field:stock.product.location,product:"
-msgid "Product"
-msgstr "Producto"
-
-msgctxt "field:stock.product.location,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:stock.product.location,sequence:"
-msgid "Sequence"
-msgstr "Secuencia"
-
-msgctxt "field:stock.product.location,warehouse:"
-msgid "Warehouse"
-msgstr "Almacén"
-
-msgctxt "field:stock.product.location,write_date:"
-msgid "Write Date"
-msgstr "Fecha modificación"
-
-msgctxt "field:stock.product.location,write_uid:"
-msgid "Write User"
-msgstr "Usuario modificación"
-
-msgctxt "model:stock.product.location,name:"
-msgid "Product Location"
-msgstr "Ubicación de producto"
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr "Ubicación de producto"
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr "Ubicaciones de producto"
diff --git a/locale/es_MX.po b/locale/es_MX.po
deleted file mode 100644
index eceff22..0000000
--- a/locale/es_MX.po
+++ /dev/null
@@ -1,61 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:product.product,locations:"
-msgid "Default Locations"
-msgstr "Ubicaciones predefinidas"
-
-msgctxt "field:stock.product.location,create_date:"
-msgid "Create Date"
-msgstr "Fecha creación"
-
-msgctxt "field:stock.product.location,create_uid:"
-msgid "Create User"
-msgstr "Usuario creación"
-
-msgctxt "field:stock.product.location,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:stock.product.location,location:"
-msgid "Storage Location"
-msgstr "Ubicación interna"
-
-msgctxt "field:stock.product.location,product:"
-msgid "Product"
-msgstr "Producto"
-
-msgctxt "field:stock.product.location,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:stock.product.location,sequence:"
-msgid "Sequence"
-msgstr "Secuencia"
-
-msgctxt "field:stock.product.location,warehouse:"
-msgid "Warehouse"
-msgstr "Almacén"
-
-msgctxt "field:stock.product.location,write_date:"
-msgid "Write Date"
-msgstr "Fecha modificación"
-
-msgctxt "field:stock.product.location,write_uid:"
-msgid "Write User"
-msgstr "Usuario modificación"
-
-msgctxt "model:stock.product.location,name:"
-msgid "Product Location"
-msgstr "Ubicación de producto"
-
-#, fuzzy
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr "Ubicación de producto"
-
-#, fuzzy
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr "Ubicación de producto"
diff --git a/locale/fr_FR.po b/locale/fr.po
similarity index 100%
rename from locale/fr_FR.po
rename to locale/fr.po
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 1bc6794..ff11368 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -6,54 +6,54 @@ msgctxt "field:product.product,locations:"
 msgid "Default Locations"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Data di creazione"
 
+#, fuzzy
 msgctxt "field:stock.product.location,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Utente creazione"
 
+#, fuzzy
 msgctxt "field:stock.product.location,id:"
 msgid "ID"
-msgstr ""
+msgstr "Movimento contabile"
 
 msgctxt "field:stock.product.location,location:"
 msgid "Storage Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,product:"
 msgid "Product"
-msgstr ""
+msgstr "Prodotto"
 
+#, fuzzy
 msgctxt "field:stock.product.location,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Nome"
 
+#, fuzzy
 msgctxt "field:stock.product.location,sequence:"
 msgid "Sequence"
-msgstr ""
+msgstr "Sequenza"
 
 msgctxt "field:stock.product.location,warehouse:"
 msgid "Warehouse"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "Utente scrittura"
 
+#, fuzzy
 msgctxt "field:stock.product.location,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "modificato da"
 
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index 1bc6794..1265f73 100644
--- a/locale/ja_JP.po
+++ b/locale/ja_JP.po
@@ -49,11 +49,3 @@ msgstr ""
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/nl_NL.po b/locale/lo.po
similarity index 74%
copy from locale/nl_NL.po
copy to locale/lo.po
index a0ac832..3168234 100644
--- a/locale/nl_NL.po
+++ b/locale/lo.po
@@ -6,17 +6,20 @@ msgctxt "field:product.product,locations:"
 msgid "Default Locations"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "ສ້າງວັນທີ"
 
+#, fuzzy
 msgctxt "field:stock.product.location,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "ສ້າງຜູ້ໃຊ້ງານ"
 
+#, fuzzy
 msgctxt "field:stock.product.location,id:"
 msgid "ID"
-msgstr ""
+msgstr "ເລດລຳດັບ"
 
 msgctxt "field:stock.product.location,location:"
 msgid "Storage Location"
@@ -25,39 +28,32 @@ msgstr ""
 #, fuzzy
 msgctxt "field:stock.product.location,product:"
 msgid "Product"
-msgstr "Producten"
+msgstr "ຜະລິດຕະພັນ"
 
 #, fuzzy
 msgctxt "field:stock.product.location,rec_name:"
 msgid "Name"
-msgstr "Naam bijlage"
+msgstr "ຊື່"
 
 #, fuzzy
 msgctxt "field:stock.product.location,sequence:"
 msgid "Sequence"
-msgstr "Reeks"
+msgstr "ລໍາດັບ"
 
-#, fuzzy
 msgctxt "field:stock.product.location,warehouse:"
 msgid "Warehouse"
-msgstr "Magazijn"
+msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "ວັນທີບັນທຶກ"
 
+#, fuzzy
 msgctxt "field:stock.product.location,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "ສ້າງຜູ້ໃຊ້"
 
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/lo_LA.po b/locale/lt.po
similarity index 86%
copy from locale/lo_LA.po
copy to locale/lt.po
index 1bc6794..03c4a29 100644
--- a/locale/lo_LA.po
+++ b/locale/lt.po
@@ -26,9 +26,10 @@ msgctxt "field:stock.product.location,product:"
 msgid "Product"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Namu"
 
 msgctxt "field:stock.product.location,sequence:"
 msgid "Sequence"
@@ -49,11 +50,3 @@ msgstr ""
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/lt_LT.po b/locale/lt_LT.po
deleted file mode 100644
index 1bc6794..0000000
--- a/locale/lt_LT.po
+++ /dev/null
@@ -1,59 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:product.product,locations:"
-msgid "Default Locations"
-msgstr ""
-
-msgctxt "field:stock.product.location,create_date:"
-msgid "Create Date"
-msgstr ""
-
-msgctxt "field:stock.product.location,create_uid:"
-msgid "Create User"
-msgstr ""
-
-msgctxt "field:stock.product.location,id:"
-msgid "ID"
-msgstr ""
-
-msgctxt "field:stock.product.location,location:"
-msgid "Storage Location"
-msgstr ""
-
-msgctxt "field:stock.product.location,product:"
-msgid "Product"
-msgstr ""
-
-msgctxt "field:stock.product.location,rec_name:"
-msgid "Name"
-msgstr ""
-
-msgctxt "field:stock.product.location,sequence:"
-msgid "Sequence"
-msgstr ""
-
-msgctxt "field:stock.product.location,warehouse:"
-msgid "Warehouse"
-msgstr ""
-
-msgctxt "field:stock.product.location,write_date:"
-msgid "Write Date"
-msgstr ""
-
-msgctxt "field:stock.product.location,write_uid:"
-msgid "Write User"
-msgstr ""
-
-msgctxt "model:stock.product.location,name:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/nl_NL.po b/locale/nl.po
similarity index 83%
rename from locale/nl_NL.po
rename to locale/nl.po
index a0ac832..0c81ba1 100644
--- a/locale/nl_NL.po
+++ b/locale/nl.po
@@ -6,17 +6,20 @@ msgctxt "field:product.product,locations:"
 msgid "Default Locations"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Datum"
 
+#, fuzzy
 msgctxt "field:stock.product.location,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Gebruiker"
 
+#, fuzzy
 msgctxt "field:stock.product.location,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 msgctxt "field:stock.product.location,location:"
 msgid "Storage Location"
@@ -42,22 +45,16 @@ msgctxt "field:stock.product.location,warehouse:"
 msgid "Warehouse"
 msgstr "Magazijn"
 
+#, fuzzy
 msgctxt "field:stock.product.location,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "Schrijfdatum"
 
+#, fuzzy
 msgctxt "field:stock.product.location,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Gebruiker"
 
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/lo_LA.po b/locale/pl.po
similarity index 86%
rename from locale/lo_LA.po
rename to locale/pl.po
index 1bc6794..1265f73 100644
--- a/locale/lo_LA.po
+++ b/locale/pl.po
@@ -49,11 +49,3 @@ msgstr ""
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/ru_RU.po b/locale/ru.po
similarity index 90%
rename from locale/ru_RU.po
rename to locale/ru.po
index 8903a85..527a222 100644
--- a/locale/ru_RU.po
+++ b/locale/ru.po
@@ -59,11 +59,3 @@ msgstr "Изменено пользователем"
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/locale/sl_SI.po b/locale/sl.po
similarity index 100%
rename from locale/sl_SI.po
rename to locale/sl.po
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index 1bc6794..8c6f855 100644
--- a/locale/zh_CN.po
+++ b/locale/zh_CN.po
@@ -6,17 +6,20 @@ msgctxt "field:product.product,locations:"
 msgid "Default Locations"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "创建日期:"
 
+#, fuzzy
 msgctxt "field:stock.product.location,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "添加用户"
 
+#, fuzzy
 msgctxt "field:stock.product.location,id:"
 msgid "ID"
-msgstr ""
+msgstr "编号"
 
 msgctxt "field:stock.product.location,location:"
 msgid "Storage Location"
@@ -26,34 +29,30 @@ msgctxt "field:stock.product.location,product:"
 msgid "Product"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "纳木"
 
+#, fuzzy
 msgctxt "field:stock.product.location,sequence:"
 msgid "Sequence"
-msgstr ""
+msgstr "序列"
 
 msgctxt "field:stock.product.location,warehouse:"
 msgid "Warehouse"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.product.location,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "写入日期"
 
+#, fuzzy
 msgctxt "field:stock.product.location,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "写入帐号"
 
 msgctxt "model:stock.product.location,name:"
 msgid "Product Location"
 msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Location"
-msgstr ""
-
-msgctxt "view:stock.product.location:"
-msgid "Product Locations"
-msgstr ""
diff --git a/location.py b/location.py
index 0597178..3cbfdb9 100644
--- a/location.py
+++ b/location.py
@@ -1,9 +1,6 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-from sql import Null
-from sql.conditionals import Case
-
-from trytond.model import ModelView, ModelSQL, fields
+from trytond.model import ModelView, ModelSQL, fields, sequence_ordered
 from trytond.pyson import If, Eval, Bool
 from trytond import backend
 from trytond.pool import PoolMeta
@@ -11,7 +8,7 @@ from trytond.pool import PoolMeta
 __all__ = ['ProductLocation', 'ShipmentIn', 'ShipmentOutReturn']
 
 
-class ProductLocation(ModelSQL, ModelView):
+class ProductLocation(sequence_ordered(), ModelSQL, ModelView):
     '''
     Product Location
     It defines the default storage location by warehouse for a product.
@@ -28,12 +25,6 @@ class ProductLocation(ModelSQL, ModelView):
             ('parent', 'child_of', If(Bool(Eval('warehouse')),
                     [Eval('warehouse')], [])),
             ], depends=['warehouse'])
-    sequence = fields.Integer('Sequence')
-
-    @classmethod
-    def __setup__(cls):
-        super(ProductLocation, cls).__setup__()
-        cls._order.insert(0, ('sequence', 'ASC'))
 
     @classmethod
     def __register__(cls, module_name):
@@ -45,11 +36,6 @@ class ProductLocation(ModelSQL, ModelView):
         # Migration from 2.4: drop required on sequence
         table.not_null_action('sequence', action='remove')
 
-    @staticmethod
-    def order_sequence(tables):
-        table, _ = tables[None]
-        return [Case((table.sequence == Null, 0), else_=1), table.sequence]
-
 
 class ShipmentIn:
     __metaclass__ = PoolMeta
diff --git a/production.py b/production.py
new file mode 100644
index 0000000..30a4d71
--- /dev/null
+++ b/production.py
@@ -0,0 +1,23 @@
+# This file is part of Tryton.  The COPYRIGHT file at the top level of
+# this repository contains the full copyright notices and license terms.
+from trytond.pool import Pool, PoolMeta
+
+__all__ = ['Production']
+
+
+class Production:
+    __metaclass__ = PoolMeta
+    __name__ = 'production'
+
+    def _explode_move_values(
+            self, from_location, to_location, company, bom_io, quantity):
+        pool = Pool()
+        ProductionBomOutput = pool.get('production.bom.output')
+        move = super(Production, self)._explode_move_values(
+            from_location, to_location, company, bom_io, quantity)
+        if move and isinstance(bom_io, ProductionBomOutput):
+            for product_location in bom_io.product.locations:
+                if product_location.warehouse != to_location.warehouse:
+                    continue
+                move.to_location = product_location.location
+        return move
diff --git a/setup.py b/setup.py
index fa83743..ff81019 100644
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,14 @@ for dep in info.get('depends', []):
         requires.append(get_require_version('trytond_%s' % dep))
 requires.append(get_require_version('trytond'))
 
+tests_require = [get_require_version('proteus')]
+for dep in ['production']:
+    tests_require.append(get_require_version('trytond_%s' % dep))
+dependency_links = []
+if minor_version % 2:
+    # Add development index for testing with proteus
+    dependency_links.append('https://trydevpi.tryton.org/')
+
 setup(name=name,
     version=version,
     description='Tryton module to add default location on product',
@@ -69,7 +77,8 @@ setup(name=name,
         ],
     package_data={
         'trytond.modules.stock_product_location': (info.get('xml', [])
-            + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'label.odt']),
+            + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'label.odt',
+                'tests/*.rst']),
         },
     classifiers=[
         'Development Status :: 5 - Production/Stable',
@@ -89,6 +98,7 @@ setup(name=name,
         'Natural Language :: German',
         'Natural Language :: Hungarian',
         'Natural Language :: Italian',
+        'Natural Language :: Polish',
         'Natural Language :: Portuguese (Brazilian)',
         'Natural Language :: Russian',
         'Natural Language :: Slovenian',
@@ -104,6 +114,7 @@ setup(name=name,
         ],
     license='GPL-3',
     install_requires=requires,
+    dependency_links=dependency_links,
     zip_safe=False,
     entry_points="""
     [trytond.modules]
@@ -111,5 +122,9 @@ setup(name=name,
     """,
     test_suite='tests',
     test_loader='trytond.test_loader:Loader',
+    tests_require=tests_require,
     use_2to3=True,
+    convert_2to3_doctests=[
+            'tests/scenario_stock_product_location.rst',
+            ],
     )
diff --git a/tests/scenario_stock_product_location.rst b/tests/scenario_stock_product_location.rst
new file mode 100644
index 0000000..d390635
--- /dev/null
+++ b/tests/scenario_stock_product_location.rst
@@ -0,0 +1,131 @@
+================================
+Stock Product Locations Scenario
+================================
+
+Imports::
+
+    >>> import datetime
+    >>> from decimal import Decimal
+    >>> from proteus import Model, Wizard
+    >>> from trytond.tests.tools import activate_modules
+    >>> from trytond.modules.company.tests.tools import create_company, \
+    ...     get_company
+    >>> today = datetime.date.today()
+
+Install stock_product_location Module::
+
+    >>> config = activate_modules('stock_product_location')
+
+Create company::
+
+    >>> _ = create_company()
+    >>> company = get_company()
+
+Create customer::
+
+    >>> Party = Model.get('party.party')
+    >>> customer = Party(name='Customer')
+    >>> customer.save()
+
+Create supplier::
+
+    >>> supplier = Party(name='Suppier')
+    >>> supplier.save()
+
+Get stock locations::
+
+    >>> Location = Model.get('stock.location')
+    >>> warehouse_loc, = Location.find([('code', '=', 'WH')])
+    >>> supplier_loc, = Location.find([('code', '=', 'SUP')])
+    >>> customer_loc, = Location.find([('code', '=', 'CUS')])
+    >>> output_loc, = Location.find([('code', '=', 'OUT')])
+    >>> storage_loc, = Location.find([('code', '=', 'STO')])
+    >>> input_loc, = Location.find([('code', '=', 'IN')])
+
+Create new location::
+
+    >>> Location = Model.get('stock.location')
+    >>> child_loc = Location()
+    >>> child_loc.name = 'Child Location'
+    >>> child_loc.parent = storage_loc
+    >>> child_loc.code = 'CHI'
+    >>> child_loc.save()
+
+Create product::
+
+    >>> ProductUom = Model.get('product.uom')
+    >>> ProductTemplate = Model.get('product.template')
+    >>> Product = Model.get('product.product')
+    >>> unit, = ProductUom.find([('name', '=', 'Unit')])
+    >>> product = Product()
+    >>> template = ProductTemplate()
+    >>> template.name = 'Product'
+    >>> template.default_uom = unit
+    >>> template.type = 'goods'
+    >>> template.list_price = Decimal('20')
+    >>> template.cost_price = Decimal('8')
+    >>> template.save()
+    >>> product.template = template
+    >>> product_location = product.locations.new()
+    >>> product_location.warehouse = warehouse_loc
+    >>> product_location.location = child_loc
+    >>> product.save()
+
+Create Shipment in::
+
+    >>> Shipmentin = Model.get('stock.shipment.in')
+    >>> shipment_in = Shipmentin()
+    >>> shipment_in.planned_date = today
+    >>> shipment_in.supplier = supplier
+    >>> shipment_in.warehouse = warehouse_loc
+    >>> shipment_in.company = company
+
+Add one shipment line of product::
+
+    >>> move = shipment_in.incoming_moves.new()
+    >>> move.product = product
+    >>> move.uom = unit
+    >>> move.quantity = 1
+    >>> move.from_location = supplier_loc
+    >>> move.to_location = input_loc
+    >>> move.company = company
+    >>> move.unit_price = Decimal('1')
+    >>> move.currency = company.currency
+    >>> shipment_in.save()
+
+Test that to_location is child location on reception::
+
+    >>> shipment_in.click('receive')
+    >>> move, = shipment_in.inventory_moves
+    >>> move.to_location == child_loc
+    True
+
+Create return shipment out::
+
+    >>> Shipment_out_Return = Model.get('stock.shipment.out.return')
+    >>> shipment_out_return = Shipment_out_Return()
+    >>> shipment_out_return.customer = customer
+    >>> shipment_out_return.supplier = supplier
+    >>> shipment_out_return.from_location = output_loc
+    >>> shipment_out_return.to_location = supplier_loc
+    >>> shipment_out_return.save()
+
+Add one shipment return line::
+
+    >>> move = shipment_out_return.incoming_moves.new()
+    >>> move.product = product
+    >>> move.uom =unit
+    >>> move.quantity = 1
+    >>> move.from_location = customer_loc
+    >>> move.to_location =  input_loc
+    >>> move.company = company
+    >>> move.unit_price = Decimal('1')
+    >>> move.currency = company.currency
+    >>> shipment_out_return.save()
+
+Test that to_location is child location on reception::
+
+    >>> shipment_out_return.click('receive')
+    >>> move, = shipment_out_return.inventory_moves
+    >>> move.to_location == child_loc
+    True
diff --git a/tests/scenario_stock_product_location_production.rst b/tests/scenario_stock_product_location_production.rst
new file mode 100644
index 0000000..fcee626
--- /dev/null
+++ b/tests/scenario_stock_product_location_production.rst
@@ -0,0 +1,155 @@
+===========================================
+Stock Product Locations Production Scenario
+===========================================
+
+Imports::
+
+    >>> import datetime
+    >>> from decimal import Decimal
+    >>> from proteus import Model
+    >>> from trytond.tests.tools import activate_modules
+    >>> from trytond.modules.company.tests.tools import create_company
+
+Install stock_product_location and production Modules::
+
+    >>> _ = activate_modules(['stock_product_location', 'production'])
+
+Create company::
+
+    >>> _ = create_company()
+
+Get stock locations::
+
+    >>> Location = Model.get('stock.location')
+    >>> warehouse_loc, = Location.find([('code', '=', 'WH')])
+    >>> storage_loc, = Location.find([('code', '=', 'STO')])
+    >>> production_loc, = Location.find([('code', '=', 'PROD')])
+
+Create new location::
+
+    >>> Location = Model.get('stock.location')
+    >>> child_loc = Location()
+    >>> child_loc.name = 'Child Location'
+    >>> child_loc.parent = storage_loc
+    >>> child_loc.code = 'CHI'
+    >>> child_loc.save()
+
+Create product::
+
+    >>> ProductUom = Model.get('product.uom')
+    >>> unit, = ProductUom.find([('name', '=', 'Unit')])
+    >>> ProductTemplate = Model.get('product.template')
+    >>> Product = Model.get('product.product')
+    >>> product = Product()
+    >>> template = ProductTemplate()
+    >>> template.name = 'product'
+    >>> template.default_uom = unit
+    >>> template.type = 'goods'
+    >>> template.list_price = Decimal(30)
+    >>> template.cost_price = Decimal(20)
+    >>> template.save()
+    >>> product.template = template
+    >>> product_location = product.locations.new()
+    >>> product_location.warehouse = warehouse_loc
+    >>> product_location.location = child_loc
+    >>> product.save()
+
+Create Components::
+
+    >>> component1 = Product()
+    >>> template1 = ProductTemplate()
+    >>> template1.name = 'component 1'
+    >>> template1.default_uom = unit
+    >>> template1.type = 'goods'
+    >>> template1.list_price = Decimal(5)
+    >>> template1.cost_price = Decimal(1)
+    >>> template1.save()
+    >>> component1.template = template1
+    >>> component1.save()
+
+    >>> meter, = ProductUom.find([('name', '=', 'Meter')])
+    >>> centimeter, = ProductUom.find([('name', '=', 'centimeter')])
+    >>> component2 = Product()
+    >>> template2 = ProductTemplate()
+    >>> template2.name = 'component 2'
+    >>> template2.default_uom = meter
+    >>> template2.type = 'goods'
+    >>> template2.list_price = Decimal(7)
+    >>> template2.cost_price = Decimal(5)
+    >>> template2.save()
+    >>> component2.template = template2
+    >>> component2.save()
+
+Create Bill of Material::
+
+    >>> BOM = Model.get('production.bom')
+    >>> BOMInput = Model.get('production.bom.input')
+    >>> BOMOutput = Model.get('production.bom.output')
+    >>> bom = BOM(name='product')
+    >>> input1 = BOMInput()
+    >>> bom.inputs.append(input1)
+    >>> input1.product = component1
+    >>> input1.quantity = 5
+    >>> input2 = BOMInput()
+    >>> bom.inputs.append(input2)
+    >>> input2.product = component2
+    >>> input2.quantity = 150
+    >>> input2.uom = centimeter
+    >>> output = BOMOutput()
+    >>> bom.outputs.append(output)
+    >>> output.product = product
+    >>> output.quantity = 1
+    >>> bom.save()
+
+    >>> ProductBom = Model.get('product.product-production.bom')
+    >>> product.boms.append(ProductBom(bom=bom))
+    >>> product.save()
+
+Create an Inventory::
+
+    >>> Inventory = Model.get('stock.inventory')
+    >>> InventoryLine = Model.get('stock.inventory.line')
+    >>> inventory = Inventory()
+    >>> inventory.location = storage_loc
+    >>> inventory_line1 = InventoryLine()
+    >>> inventory.lines.append(inventory_line1)
+    >>> inventory_line1.product = component1
+    >>> inventory_line1.quantity = 20
+    >>> inventory_line2 = InventoryLine()
+    >>> inventory.lines.append(inventory_line2)
+    >>> inventory_line2.product = component2
+    >>> inventory_line2.quantity = 6
+    >>> inventory.click('confirm')
+    >>> inventory.state
+    u'done'
+
+Make a production::
+
+    >>> Production = Model.get('production')
+    >>> production = Production()
+    >>> production.planned_date = datetime.date.today()
+    >>> production.product = product
+    >>> production.bom = bom
+    >>> production.quantity = 2
+
+Test storage location of the warehouse::
+
+    >> warehouse_loc.storage_location == storage_loc
+    True
+
+Test locations of the production inputs::
+
+    >>> all([input_.from_location == storage_loc for \
+    ...      input_ in production.inputs])
+    True
+    >>> all([input_.to_location == production_loc for \
+    ...      input_ in production.inputs])
+    True
+
+Test location of the production output::
+
+    >>> output, = production.outputs
+    >>> output.from_location == production_loc
+    True
+    >>> output.to_location == child_loc
+    True
diff --git a/tests/test_stock_product_location.py b/tests/test_stock_product_location.py
index 80bd1d5..d1eacc8 100644
--- a/tests/test_stock_product_location.py
+++ b/tests/test_stock_product_location.py
@@ -1,8 +1,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.
+import doctest
 import unittest
 import trytond.tests.test_tryton
 from trytond.tests.test_tryton import ModuleTestCase
+from trytond.tests.test_tryton import doctest_teardown
+from trytond.tests.test_tryton import doctest_checker
 
 
 class StockProductLocationTestCase(ModuleTestCase):
@@ -14,4 +17,13 @@ def suite():
     suite = trytond.tests.test_tryton.suite()
     suite.addTests(unittest.TestLoader().loadTestsFromTestCase(
         StockProductLocationTestCase))
+    suite.addTests(doctest.DocFileSuite('scenario_stock_product_location.rst',
+            tearDown=doctest_teardown, encoding='utf-8',
+            checker=doctest_checker,
+            optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
+    suite.addTests(doctest.DocFileSuite(
+            'scenario_stock_product_location_production.rst',
+            tearDown=doctest_teardown, encoding='utf-8',
+            checker=doctest_checker,
+            optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
     return suite
diff --git a/tryton.cfg b/tryton.cfg
index 965955d..fc73fb5 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,9 +1,11 @@
 [tryton]
-version=4.0.0
+version=4.2.0
 depends:
     ir
     product
     stock
+extras_depend:
+    production
 xml:
     location.xml
     product.xml
diff --git a/trytond_stock_product_location.egg-info/PKG-INFO b/trytond_stock_product_location.egg-info/PKG-INFO
index ef1525a..5c2eb5e 100644
--- a/trytond_stock_product_location.egg-info/PKG-INFO
+++ b/trytond_stock_product_location.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-stock-product-location
-Version: 4.0.0
+Version: 4.2.0
 Summary: Tryton module to add default location on product
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.0/
+Download-URL: http://downloads.tryton.org/4.2/
 Description: trytond_stock_product_location
         ==============================
         
@@ -62,6 +62,7 @@ Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Hungarian
 Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Polish
 Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
diff --git a/trytond_stock_product_location.egg-info/SOURCES.txt b/trytond_stock_product_location.egg-info/SOURCES.txt
index eaefe7d..0df1d8c 100644
--- a/trytond_stock_product_location.egg-info/SOURCES.txt
+++ b/trytond_stock_product_location.egg-info/SOURCES.txt
@@ -13,50 +13,51 @@ tryton.cfg
 ./location.xml
 ./product.py
 ./product.xml
+./production.py
 ./tryton.cfg
-./locale/bg_BG.po
-./locale/ca_ES.po
-./locale/cs_CZ.po
-./locale/de_DE.po
-./locale/es_AR.po
-./locale/es_CO.po
-./locale/es_EC.po
-./locale/es_ES.po
-./locale/es_MX.po
-./locale/fr_FR.po
+./locale/bg.po
+./locale/ca.po
+./locale/cs.po
+./locale/de.po
+./locale/es.po
+./locale/es_419.po
+./locale/fr.po
 ./locale/hu_HU.po
 ./locale/it_IT.po
 ./locale/ja_JP.po
-./locale/lt_LT.po
-./locale/nl_NL.po
+./locale/lo.po
+./locale/lt.po
+./locale/nl.po
+./locale/pl.po
 ./locale/pt_BR.po
-./locale/ru_RU.po
-./locale/sl_SI.po
+./locale/ru.po
+./locale/sl.po
+./locale/zh_CN.po
 ./tests/__init__.py
+./tests/scenario_stock_product_location.rst
+./tests/scenario_stock_product_location_production.rst
 ./tests/test_stock_product_location.py
 ./view/product_form.xml
 ./view/product_location_form.xml
 ./view/product_location_tree.xml
 doc/index.rst
-locale/bg_BG.po
-locale/ca_ES.po
-locale/cs_CZ.po
-locale/de_DE.po
-locale/es_AR.po
-locale/es_CO.po
-locale/es_EC.po
-locale/es_ES.po
-locale/es_MX.po
-locale/fr_FR.po
+locale/bg.po
+locale/ca.po
+locale/cs.po
+locale/de.po
+locale/es.po
+locale/es_419.po
+locale/fr.po
 locale/hu_HU.po
 locale/it_IT.po
 locale/ja_JP.po
-locale/lo_LA.po
-locale/lt_LT.po
-locale/nl_NL.po
+locale/lo.po
+locale/lt.po
+locale/nl.po
+locale/pl.po
 locale/pt_BR.po
-locale/ru_RU.po
-locale/sl_SI.po
+locale/ru.po
+locale/sl.po
 locale/zh_CN.po
 trytond_stock_product_location.egg-info/PKG-INFO
 trytond_stock_product_location.egg-info/SOURCES.txt
diff --git a/trytond_stock_product_location.egg-info/requires.txt b/trytond_stock_product_location.egg-info/requires.txt
index 3809bd2..b8880b2 100644
--- a/trytond_stock_product_location.egg-info/requires.txt
+++ b/trytond_stock_product_location.egg-info/requires.txt
@@ -1,4 +1,4 @@
 python-sql >= 0.4
-trytond_product >= 4.0, < 4.1
-trytond_stock >= 4.0, < 4.1
-trytond >= 4.0, < 4.1
\ No newline at end of file
+trytond_product >= 4.2, < 4.3
+trytond_stock >= 4.2, < 4.3
+trytond >= 4.2, < 4.3
diff --git a/view/product_location_form.xml b/view/product_location_form.xml
index c8d3b10..445551d 100644
--- a/view/product_location_form.xml
+++ b/view/product_location_form.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 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="Product Location" cursor="product">
+<form cursor="product">
     <label name="sequence"/>
     <field name="sequence"/>
     <label name="product"/>
diff --git a/view/product_location_tree.xml b/view/product_location_tree.xml
index 1a7a480..0257164 100644
--- a/view/product_location_tree.xml
+++ b/view/product_location_tree.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 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="Product Locations">
+<tree>
     <field name="product"/>
     <field name="warehouse"/>
     <field name="location"/>
-- 
tryton-modules-stock-product-location



More information about the tryton-debian-vcs mailing list