[tryton-debian-vcs] tryton-modules-sale branch debian updated. debian/4.0.2-1-2-ga75b4cc

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Sep 4 16:59:12 UTC 2016


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

commit a75b4ccf72203ee3c43144b2014e015959a391d2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:33:35 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index e8dde81..211b265 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-sale (4.0.3-1) unstable; urgency=medium
+
+  * Merging upstream version 4.0.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 03 Sep 2016 20:33:35 +0200
+
 tryton-modules-sale (4.0.2-1) unstable; urgency=medium
 
   * Updating to Standards-Version: 3.9.8, no changes needed.
commit 085cd715aba52be574b7f85f7b0d2f11861b3671
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:33:34 2016 +0200

    Merging upstream version 4.0.3.

diff --git a/CHANGELOG b/CHANGELOG
index 827b979..d760ede 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.3 - 2016-09-03
+* Bug fixes (see mercurial logs for details)
+
 Version 4.0.2 - 2016-07-05
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index d03b5bf..5912235 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale
-Version: 4.0.2
+Version: 4.0.3
 Summary: Tryton module for sale
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/sale.py b/sale.py
index 07b0a99..030cde8 100644
--- a/sale.py
+++ b/sale.py
@@ -1113,7 +1113,7 @@ class SaleLine(ModelSQL, ModelView):
                 break
             quantity -= Uom.compute_qty(move.uom, move.quantity, self.unit)
         if done:
-            if quantity > 0.0:
+            if self.unit.round(quantity) > 0.0:
                 done = False
         return done
 
diff --git a/tryton.cfg b/tryton.cfg
index b861606..4a582ec 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.2
+version=4.0.3
 depends:
     account
     account_invoice
diff --git a/trytond_sale.egg-info/PKG-INFO b/trytond_sale.egg-info/PKG-INFO
index 5bbbb69..8412bf2 100644
--- a/trytond_sale.egg-info/PKG-INFO
+++ b/trytond_sale.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale
-Version: 4.0.2
+Version: 4.0.3
 Summary: Tryton module for sale
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-sale



More information about the tryton-debian-vcs mailing list