[tryton-debian-vcs] tryton-modules-purchase-request branch debian-stretch-4.2 updated. debian/4.2.2-1-2-g0ce5a67

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 13 10:40:00 UTC 2017


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-purchase-request.git;a=commitdiff;h=debian/4.2.2-1-2-g0ce5a67

commit 0ce5a6721412fe31ae055edd0873b3da35594e10
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Dec 12 19:11:37 2017 +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 427e5fe..d8448ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-purchase-request (4.2.3-1) unstable; urgency=medium
+
+  * Merging upstream version 4.2.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 12 Dec 2017 19:11:36 +0100
+
 tryton-modules-purchase-request (4.2.2-1) unstable; urgency=medium
 
   * Use the preferred https URL format in the copyright file.
commit d3b4125928cbf4e4654b3b40e5e214bb921ac9b7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Dec 12 19:11:36 2017 +0100

    Merging upstream version 4.2.3.

diff --git a/CHANGELOG b/CHANGELOG
index 0fef06c..975efe7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.2.3 - 2017-12-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.2 - 2017-11-07
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index e020f40..005f341 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_purchase_request
-Version: 4.2.2
+Version: 4.2.3
 Summary: Tryton module for purchase requests
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/purchase_request.py b/purchase_request.py
index 35724af..81ff190 100644
--- a/purchase_request.py
+++ b/purchase_request.py
@@ -79,8 +79,7 @@ class PurchaseRequest(ModelSQL, ModelView):
                 ('id', If(In('company', Eval('context', {})), '=', '!='),
                     Eval('context', {}).get('company', -1)),
             ])
-    origin = fields.Reference('Origin', selection='get_origin', readonly=True,
-            required=True)
+    origin = fields.Reference('Origin', selection='get_origin', readonly=True)
     exception_ignored = fields.Boolean('Ignored Exception')
     state = fields.Function(fields.Selection([
         ('purchased', 'Purchased'),
diff --git a/tryton.cfg b/tryton.cfg
index 239ad4b..c29a7e7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.2
+version=4.2.3
 depends:
     ir
     purchase
diff --git a/trytond_purchase_request.egg-info/PKG-INFO b/trytond_purchase_request.egg-info/PKG-INFO
index 03fbe05..be6a09a 100644
--- a/trytond_purchase_request.egg-info/PKG-INFO
+++ b/trytond_purchase_request.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-purchase-request
-Version: 4.2.2
+Version: 4.2.3
 Summary: Tryton module for purchase requests
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-purchase-request



More information about the tryton-debian-vcs mailing list