[tryton-debian-vcs] tryton-modules-production branch debian-stretch-4.2 updated. debian/4.2.2-1-3-g8b9f948

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Jan 7 12:57:37 UTC 2018


The following commit has been merged in the debian-stretch-4.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-production.git;a=commitdiff;h=debian/4.2.2-1-3-g8b9f948

commit 8b9f948f2365057d48d1d7f2790531392a4c6931
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Jan 6 11:46:14 2018 +0100

    Releasing debian version 4.2.3-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 714aa7d..be6105c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-production (4.2.3-1) unstable; urgency=medium
+
+  * Merging upstream version 4.2.3.
+  * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 06 Jan 2018 11:46:14 +0100
+
 tryton-modules-production (4.2.2-1) unstable; urgency=medium
 
   * Merging upstream version 4.2.2.
commit be939f40676aee179eb29bc1c159241e04090160
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Jan 6 11:46:14 2018 +0100

    Updating copyright file.

diff --git a/debian/copyright b/debian/copyright
index 596633c..9a1f773 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright: 2012-2017 Cédric Krier
-           2012-2017 B2CK SPRL
+Copyright: 2012-2018 Cédric Krier
+           2012-2018 B2CK SPRL
 License: GPL-3+
 
 Files: debian/*
commit 96c2629b6167da8cc05d24207cd3d0a98cbe3a86
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Jan 6 11:46:14 2018 +0100

    Merging upstream version 4.2.3.

diff --git a/CHANGELOG b/CHANGELOG
index 8424389..588ea60 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.2.3 - 2018-01-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.2 - 2017-11-08
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 5d0de2b..2043f73 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2012-2017 Cédric Krier.
-Copyright (C) 2012-2017 B2CK SPRL.
+Copyright (C) 2012-2018 Cédric Krier.
+Copyright (C) 2012-2018 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index 16c2697..c9334e4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_production
-Version: 4.2.2
+Version: 4.2.3
 Summary: Tryton module for production
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/production.py b/production.py
index 965fc96..9be9a8a 100644
--- a/production.py
+++ b/production.py
@@ -62,7 +62,7 @@ class Production(Workflow, ModelSQL, ModelView):
             ],
         states={
             'readonly': (~Eval('state').in_(['request', 'draft'])
-                | Eval('inputs', True) | Eval('outputs', True)),
+                | Eval('inputs', [-1]) | Eval('outputs', [-1])),
             },
         depends=['state'])
     location = fields.Many2One('stock.location', 'Location', required=True,
@@ -71,7 +71,7 @@ class Production(Workflow, ModelSQL, ModelView):
             ],
         states={
             'readonly': (~Eval('state').in_(['request', 'draft'])
-                | Eval('inputs', True) | Eval('outputs', True)),
+                | Eval('inputs', [-1]) | Eval('outputs', [-1])),
             },
         depends=['state'])
     product = fields.Many2One('product.product', 'Product',
diff --git a/tryton.cfg b/tryton.cfg
index 0d95bf9..dc59f19 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.2
+version=4.2.3
 depends:
     company
     ir
diff --git a/trytond_production.egg-info/PKG-INFO b/trytond_production.egg-info/PKG-INFO
index beb0c87..4efb5aa 100644
--- a/trytond_production.egg-info/PKG-INFO
+++ b/trytond_production.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-production
-Version: 4.2.2
+Version: 4.2.3
 Summary: Tryton module for production
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-production



More information about the tryton-debian-vcs mailing list