[tryton-debian-vcs] tryton-modules-stock-lot-sled branch debian updated. a4c6940e915b1a4999240a0814bd1919d91a3f88
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 debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-lot-sled.git;a=commitdiff;h=a4c6940e915b1a4999240a0814bd1919d91a3f88
commit a4c6940e915b1a4999240a0814bd1919d91a3f88
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 20:41:13 2015 +0200
Releasing debian version 3.6.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 84a70ae..cb3a857 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-stock-lot-sled (3.6.1-1) unstable; urgency=medium
+
+ * Adapting section naming in gbp.conf to current git-buildpackage.
+ * Improving description why we can not run the module test suites.
+ * Merging upstream version 3.6.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 20 Sep 2015 20:41:13 +0200
+
tryton-modules-stock-lot-sled (3.6.0-1) unstable; urgency=medium
* Initial packaging (Closes: #781816).
commit 7e31e78cfba918561f9639e988dff4ca4d1b89fc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 20:41:12 2015 +0200
Merging upstream version 3.6.1.
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