[tryton-debian-vcs] tryton-modules-purchase branch debian updated. debian/3.8.0-2-4-g25118b5
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sat Apr 9 18:54:55 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-purchase.git;a=commitdiff;h=debian/3.8.0-2-4-g25118b5
commit 25118b50c76c51420da9ed2570877e167004b9e2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Apr 9 19:31:36 2016 +0200
Releasing debian version 3.8.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index fae7c34..3902184 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-purchase (3.8.1-1) unstable; urgency=medium
+
+ * Updating signing-key.asc with the actual upstream maintainer keys.
+ * Merging upstream version 3.8.1.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sat, 09 Apr 2016 19:31:36 +0200
+
tryton-modules-purchase (3.8.0-2) unstable; urgency=medium
* Updating to standards version 3.9.7, no changes needed.
commit 09fcefc745ac58359c80f6927c376c7e6a7fe426
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Apr 9 19:31:35 2016 +0200
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index 9f25279..be43cf3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,9 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright: 2008-2015 Cédric Krier
+Copyright: 2008-2016 Cédric Krier
2008-2013 Bertrand Chenal
- 2008-2015 B2CK SPRL
+ 2008-2016 B2CK SPRL
2004-2008 Tiny SPRL
License: GPL-3+
commit db6eb3d7e708643d37d5217db95d070db2a3deaf
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Apr 9 19:31:35 2016 +0200
Merging upstream version 3.8.1.
diff --git a/CHANGELOG b/CHANGELOG
index cdf8762..b8bb257 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.1 - 2016-04-06
+* Bug fixes (see mercurial logs for details)
+
Version 3.8.0 - 2015-11-02
* Bug fixes (see mercurial logs for details)
* Delivery Date of Line shows effective date if possible
diff --git a/COPYRIGHT b/COPYRIGHT
index 3a28212..48f96af 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2015 Cédric Krier.
+Copyright (C) 2008-2016 Cédric Krier.
Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2015 B2CK SPRL.
+Copyright (C) 2008-2016 B2CK SPRL.
Copyright (C) 2004-2008 Tiny SPRL.
This program is free software: you can redistribute it and/or modify
diff --git a/PKG-INFO b/PKG-INFO
index d3ea307..28f5068 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_purchase
-Version: 3.8.0
+Version: 3.8.1
Summary: Tryton module for purchase
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/purchase.py b/purchase.py
index 99ab703..98091b6 100644
--- a/purchase.py
+++ b/purchase.py
@@ -997,7 +997,7 @@ class PurchaseLine(ModelSQL, ModelView):
def get_move_done(self, name):
Uom = Pool().get('product.uom')
done = True
- if not self.product:
+ if self.type != 'line' or not self.product:
return True
if self.product.type == 'service':
return True
diff --git a/tryton.cfg b/tryton.cfg
index 5a283e3..98a88c8 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.8.0
+version=3.8.1
depends:
account
account_invoice
diff --git a/trytond_purchase.egg-info/PKG-INFO b/trytond_purchase.egg-info/PKG-INFO
index 6a2c6e9..7496ee2 100644
--- a/trytond_purchase.egg-info/PKG-INFO
+++ b/trytond_purchase.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-purchase
-Version: 3.8.0
+Version: 3.8.1
Summary: Tryton module for purchase
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_purchase.egg-info/requires.txt b/trytond_purchase.egg-info/requires.txt
index 8ebcbac..91c0d3a 100644
--- a/trytond_purchase.egg-info/requires.txt
+++ b/trytond_purchase.egg-info/requires.txt
@@ -8,4 +8,4 @@ trytond_currency >= 3.8, < 3.9
trytond_party >= 3.8, < 3.9
trytond_product >= 3.8, < 3.9
trytond_stock >= 3.8, < 3.9
-trytond >= 3.8, < 3.9
\ No newline at end of file
+trytond >= 3.8, < 3.9
--
tryton-modules-purchase
More information about the tryton-debian-vcs
mailing list