[tryton-debian-vcs] tryton-modules-sale-shipment-cost branch debian-jessie-3.4 updated. debian/3.4.2-1-2-gedeb3d4
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.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-shipment-cost.git;a=commitdiff;h=debian/3.4.2-1-2-gedeb3d4
commit edeb3d498aa5e93e06c3f049e2f1d8b6b4538430
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:10:43 2016 +0100
Releasing debian version 3.4.3-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index c6b63ff..8d4e15f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-sale-shipment-cost (3.4.3-1) unstable; urgency=medium
+
+ * Merging upstream version 3.4.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 19 Dec 2016 12:10:43 +0100
+
tryton-modules-sale-shipment-cost (3.4.2-1) unstable; urgency=medium
* Wrapping and sorting control files (wrap-and-sort -bts).
commit 93768507f79b6d8c64e35f2dbad9d9f1793a0a6d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:10:43 2016 +0100
Merging upstream version 3.4.3.
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