[tryton-debian-vcs] tryton-modules-stock-lot-sled branch upstream updated. debian/3.6.0-1-1-g2690039
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:33:47 UTC 2015
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-lot-sled.git;a=commitdiff;h=debian/3.6.0-1-1-g2690039
commit 2690039a23066b50797f650072c56a0d1dcc6530
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 20:41:12 2015 +0200
Adding upstream version 3.6.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 17ebdc9..91db9e2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 3.6.1 - 2015-09-10
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.0 - 2015-04-20
* Initial release
\ No newline at end of file
diff --git a/PKG-INFO b/PKG-INFO
index 9abe324..ba6ed0a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock_lot_sled
-Version: 3.6.0
+Version: 3.6.1
Summary: Tryton module for shelf life expiration date of product lots
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/stock.py b/stock.py
index daba0bf..e3b44a5 100644
--- a/stock.py
+++ b/stock.py
@@ -158,6 +158,7 @@ class Move:
@property
def to_check_expiration(self):
if (self.lot
+ and self.lot.shelf_life_expiration_date
and self.effective_date > self.lot.shelf_life_expiration_date):
return True
return False
diff --git a/tryton.cfg b/tryton.cfg
index 876db5c..c5327d9 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.0
+version=3.6.1
depends:
ir
product
diff --git a/trytond_stock_lot_sled.egg-info/PKG-INFO b/trytond_stock_lot_sled.egg-info/PKG-INFO
index 07aecd5..1bf6d0c 100644
--- a/trytond_stock_lot_sled.egg-info/PKG-INFO
+++ b/trytond_stock_lot_sled.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-stock-lot-sled
-Version: 3.6.0
+Version: 3.6.1
Summary: Tryton module for shelf life expiration date of product lots
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-stock-lot-sled
More information about the tryton-debian-vcs
mailing list