[tryton-debian-vcs] tryton-modules-production-work branch debian-stretch-4.0 updated. upstream/4.0.0-6-g9203d2e
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Jan 5 10:53:49 UTC 2017
The following commit has been merged in the debian-stretch-4.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-production-work.git;a=commitdiff;h=upstream/4.0.0-6-g9203d2e
commit 9203d2eb01d266434fbc80a7a1cd237aed3c997e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jan 4 12:54:47 2017 +0100
Releasing debian version 4.0.2-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 9df21da..dd303d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-production-work (4.0.2-1) unstable; urgency=medium
+
+ * Updating to Standards-Version: 3.9.8, no changes needed.
+ * Setting the branch in the watch file to the fixed version 4.0.
+ * Merging upstream version 4.0.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 04 Jan 2017 12:54:47 +0100
+
tryton-modules-production-work (4.0.1-1) unstable; urgency=medium
* Initial release (Closes: #822903).
commit eea976d1034699bda22da9a9d7382cbdc6a4fd31
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jan 4 12:54:46 2017 +0100
Merging upstream version 4.0.2.
diff --git a/CHANGELOG b/CHANGELOG
index af12f3a..a67fdb8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.2 - 2017-01-03
+* Bug fixes (see mercurial logs for details)
+
Version 4.0.1 - 2016-05-11
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 53f904b..5feb998 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_production_work
-Version: 4.0.1
+Version: 4.0.2
Summary: Tryton module for production work
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/tryton.cfg b/tryton.cfg
index 843ceb2..e04d8af 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.0.1
+version=4.0.2
depends:
company
ir
diff --git a/trytond_production_work.egg-info/PKG-INFO b/trytond_production_work.egg-info/PKG-INFO
index 5ccdb06..1c4ceda 100644
--- a/trytond_production_work.egg-info/PKG-INFO
+++ b/trytond_production_work.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-production-work
-Version: 4.0.1
+Version: 4.0.2
Summary: Tryton module for production work
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/work.py b/work.py
index 98f90db..ed6fc25 100644
--- a/work.py
+++ b/work.py
@@ -187,7 +187,7 @@ class Work(ModelSQL, ModelView):
@fields.depends('operation')
def on_change_with_work_center_category(self, name=None):
- if self.operation.work_center_category:
+ if self.operation and self.operation.work_center_category:
return self.operation.work_center_category.id
@classmethod
--
tryton-modules-production-work
More information about the tryton-debian-vcs
mailing list