[tryton-debian-vcs] tryton-modules-purchase-request branch debian-stretch-4.0 updated. debian/4.0.3-1-2-g40aab2f

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 13 10:39:59 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-purchase-request.git;a=commitdiff;h=debian/4.0.3-1-2-g40aab2f

commit 40aab2f947a888f00e02f77fbba38fc31054e452
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Dec 12 19:09:58 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index e487a17..3501144 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-purchase-request (4.0.4-1) unstable; urgency=medium
+
+  * Merging upstream version 4.0.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 12 Dec 2017 19:09:58 +0100
+
 tryton-modules-purchase-request (4.0.3-1) unstable; urgency=medium
 
   * Updating to Standards-Version: 3.9.8, no changes needed.
commit 062d9b9d5844a941924b8a5f900f51c4af13c8af
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Dec 12 19:09:58 2017 +0100

    Merging upstream version 4.0.4.

diff --git a/CHANGELOG b/CHANGELOG
index 2cf14a5..9b9147c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.4 - 2017-12-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.0.3 - 2017-11-07
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 3445582..121f29f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_purchase_request
-Version: 4.0.3
+Version: 4.0.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 1851ee6..2c6c95d 100644
--- a/purchase_request.py
+++ b/purchase_request.py
@@ -69,8 +69,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 6a28db8..a2a5e21 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.3
+version=4.0.4
 depends:
     ir
     purchase
diff --git a/trytond_purchase_request.egg-info/PKG-INFO b/trytond_purchase_request.egg-info/PKG-INFO
index 2d18a13..d46534a 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.0.3
+Version: 4.0.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