[tryton-debian-vcs] tryton-modules-sale-shipment-cost branch upstream-3.2 updated. upstream/3.2.3-1-g649790e

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Dec 19 18:49:38 UTC 2016


The following commit has been merged in the upstream-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-shipment-cost.git;a=commitdiff;h=upstream/3.2.3-1-g649790e

commit 649790e9855192e2e3b027b6e1d0bb1767144156
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 19 12:09:35 2016 +0100

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

diff --git a/CHANGELOG b/CHANGELOG
index a27d513..76224cb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.4 - 2016-12-17
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.3 - 2016-07-05
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 7b919dc..e23e946 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_shipment_cost
-Version: 3.2.3
+Version: 3.2.4
 Summary: Tryton module for sale shipment cost
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/stock.py b/stock.py
index 6d83c88..2b23a30 100644
--- a/stock.py
+++ b/stock.py
@@ -42,7 +42,7 @@ class ShipmentOut:
                     'product "%s".'),
                 })
 
-    @fields.depends('currency')
+    @fields.depends('cost_currency')
     def on_change_with_cost_currency_digits(self, name=None):
         if self.cost_currency:
             return self.cost_currency.digits
diff --git a/tryton.cfg b/tryton.cfg
index 027fd50..6396766 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.3
+version=3.2.4
 depends:
     account_invoice
     carrier
diff --git a/trytond_sale_shipment_cost.egg-info/PKG-INFO b/trytond_sale_shipment_cost.egg-info/PKG-INFO
index bb26136..21f9ec8 100644
--- a/trytond_sale_shipment_cost.egg-info/PKG-INFO
+++ b/trytond_sale_shipment_cost.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale-shipment-cost
-Version: 3.2.3
+Version: 3.2.4
 Summary: Tryton module for sale shipment cost
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-sale-shipment-cost



More information about the tryton-debian-vcs mailing list