[tryton-debian-vcs] tryton-modules-sale-shipment-cost branch debian-jessie-3.2 updated. debian/3.2.3-1-2-g49c4ff5
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Dec 19 18:49:35 UTC 2016
The following commit has been merged in the debian-jessie-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-shipment-cost.git;a=commitdiff;h=debian/3.2.3-1-2-g49c4ff5
commit 49c4ff5860afe976481dae2483681edc39f61ede
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:09:36 2016 +0100
Releasing debian version 3.2.4-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 3f850d0..b7915c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-sale-shipment-cost (3.2.4-1) unstable; urgency=medium
+
+ * Merging upstream version 3.2.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 19 Dec 2016 12:09:35 +0100
+
tryton-modules-sale-shipment-cost (3.2.3-1) unstable; urgency=medium
* Updating signing-key.asc with the actual upstream maintainer keys.
commit 8622da36746a52e27a482ef3cb7fac01ec8637c9
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:09:35 2016 +0100
Merging upstream version 3.2.4.
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