[tryton-debian-vcs] tryton-modules-stock-product-location branch upstream-2.6 created. 5d5787668e418c5c8ada1536018ede5bc9bf0b28
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:11:30 UTC 2013
The following commit has been merged in the upstream-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-product-location.git;a=commitdiff;h=5d5787668e418c5c8ada1536018ede5bc9bf0b28
commit 5d5787668e418c5c8ada1536018ede5bc9bf0b28
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 17 13:21:30 2013 +0200
Adding upstream version 2.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 64c426e..6ac306e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.1 - 2013-10-01
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.0 - 2012-10-22
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 2b82bd1..d1b5dee 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond_stock_product_location
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to add default location on product
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/product.py b/product.py
index 49a5a96..5072162 100644
--- a/product.py
+++ b/product.py
@@ -13,4 +13,5 @@ class Product:
locations = fields.One2Many('stock.product.location', 'product',
'Default Locations', states={
'invisible': ~Eval('type').in_(['goods', 'assets']),
- })
+ },
+ depends=['type'])
diff --git a/tryton.cfg b/tryton.cfg
index 90dbb7f..e43c2ce 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.0
+version=2.6.1
depends:
ir
product
diff --git a/trytond_stock_product_location.egg-info/PKG-INFO b/trytond_stock_product_location.egg-info/PKG-INFO
index 10a60d2..7e8ae23 100644
--- a/trytond_stock_product_location.egg-info/PKG-INFO
+++ b/trytond_stock_product_location.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond-stock-product-location
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to add default location on product
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-stock-product-location
More information about the tryton-debian-vcs
mailing list