[tryton-debian-vcs] tryton-modules-purchase-request branch debian-stretch-4.4 updated. debian/4.4.3-1-2-g74b361b

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.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-purchase-request.git;a=commitdiff;h=debian/4.4.3-1-2-g74b361b

commit 74b361b447f220253351fbb858d8f5591651c5e5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Dec 12 19:13:14 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a2a6ff8..89d3a2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-purchase-request (4.4.4-1) unstable; urgency=medium
+
+  * Merging upstream version 4.4.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 12 Dec 2017 19:13:14 +0100
+
 tryton-modules-purchase-request (4.4.3-1) unstable; urgency=medium
 
   * Bump the Standards-Version to 4.1.0, no changes needed.
commit 78c411a3fdd993afa568271362e40638b363747b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Dec 12 19:13:13 2017 +0100

    Merging upstream version 4.4.4.

diff --git a/CHANGELOG b/CHANGELOG
index cc4fadd..fd2c20c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.4 - 2017-12-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.3 - 2017-11-07
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index ebfce29..0316977 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_purchase_request
-Version: 4.4.3
+Version: 4.4.4
 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 baf7127..7ff8b2f 100644
--- a/purchase_request.py
+++ b/purchase_request.py
@@ -76,8 +76,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.Selection([
             ('purchased', "Purchased"),
diff --git a/tryton.cfg b/tryton.cfg
index d661620..837b685 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.3
+version=4.4.4
 depends:
     ir
     purchase
diff --git a/trytond_purchase_request.egg-info/PKG-INFO b/trytond_purchase_request.egg-info/PKG-INFO
index 5b04f8a..d594f0d 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.4.3
+Version: 4.4.4
 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