[tryton-debian-vcs] tryton-modules-sale-shipment-cost branch upstream-3.4 updated. upstream/3.4.2-1-g6579b8f

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.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-shipment-cost.git;a=commitdiff;h=upstream/3.4.2-1-g6579b8f

commit 6579b8f31e8a7ec023a61a87ccb274635c1c9b06
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 19 12:10:42 2016 +0100

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

diff --git a/CHANGELOG b/CHANGELOG
index 8eba94e..e28ac60 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.3 - 2016-12-17
+* Bug fixes (see mercurial logs for details)
+
 Version 3.4.2 - 2016-07-05
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 93c48e6..90d3c7c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_shipment_cost
-Version: 3.4.2
+Version: 3.4.3
 Summary: Tryton module for sale shipment cost
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/stock.py b/stock.py
index a83a864..a31075f 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 5f9aa72..6ca5e36 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.4.2
+version=3.4.3
 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 72d5c8d..7e5e864 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.4.2
+Version: 3.4.3
 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