[tryton-debian-vcs] tryton-modules-stock branch upstream updated. upstream/4.4.0-1-g58efecd

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Jul 2 17:57:09 UTC 2017


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

commit 58efecdf78f3c4f6c793b6136611f4875b708b60
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:12:50 2017 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 4b2d1b0..46fbe8e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.0 - 2017-05-01
 * Bug fixes (see mercurial logs for details)
 * Add employee on shipments for some states
diff --git a/PKG-INFO b/PKG-INFO
index 85c15c6..b49b62b 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock
-Version: 4.4.0
+Version: 4.4.1
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff --git a/shipment.py b/shipment.py
index a78f10b..638b77a 100644
--- a/shipment.py
+++ b/shipment.py
@@ -2375,6 +2375,7 @@ class ShipmentInternal(Workflow, ModelSQL, ModelView):
         pass
 
     @classmethod
+    @ModelView.button
     @Workflow.transition('shipped')
     @set_employee('shipped_by')
     def ship(cls, shipments):
diff --git a/tryton.cfg b/tryton.cfg
index 24a65c6..6237a89 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.0
+version=4.4.1
 depends:
     company
     currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 1e7568c..c3d7a8e 100644
--- a/trytond_stock.egg-info/PKG-INFO
+++ b/trytond_stock.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-stock
-Version: 4.4.0
+Version: 4.4.1
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-stock



More information about the tryton-debian-vcs mailing list