[tryton-debian-vcs] tryton-modules-purchase-request branch upstream-4.4 updated. upstream/4.4.3-1-g19ed12a

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


The following commit has been merged in the upstream-4.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-purchase-request.git;a=commitdiff;h=upstream/4.4.3-1-g19ed12a

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

    Adding upstream version 4.4.4.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

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