[tryton-debian-vcs] tryton-modules-account-stock-anglo-saxon branch debian-wheezy-2.6 updated. debian/2.6.6-1-2-ge6e47fa
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun May 24 12:17:09 UTC 2015
The following commit has been merged in the debian-wheezy-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-stock-anglo-saxon.git;a=commitdiff;h=debian/2.6.6-1-2-ge6e47fa
commit e6e47faab358c9c34ed29647fae14a472602ac35
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat May 23 20:36:29 2015 +0200
Releasing debian version 2.6.7-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 64f65f1..a988842 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account-stock-anglo-saxon (2.6.7-1) unstable; urgency=medium
+
+ * Merging upstream version 2.6.7.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sat, 23 May 2015 20:36:29 +0200
+
tryton-modules-account-stock-anglo-saxon (2.6.6-1) unstable; urgency=medium
* Merging upstream version 2.6.6.
commit 58f0867b0370952b0d9e97204cfdea7c6db30fcb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat May 23 20:36:29 2015 +0200
Merging upstream version 2.6.7.
diff --git a/CHANGELOG b/CHANGELOG
index c716332..c214f0d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.7 - 2015-05-22
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.6 - 2015-03-01
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 9de3645..65051dd 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_stock_anglo_saxon
-Version: 2.6.6
+Version: 2.6.7
Summary: Tryton module for anglo-saxon real-time stock valuation
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/stock.py b/stock.py
index e01041c..128f615 100644
--- a/stock.py
+++ b/stock.py
@@ -126,6 +126,7 @@ class Move:
move_cost_price = move.cost_price
cost += move_cost_price * Decimal(str(move_qty))
+ move_qty = Uom.compute_qty(product.default_uom, move_qty, move.uom)
with Transaction().set_user(0, set_context=True):
cls.write([move], {
'anglo_saxon_quantity': ((move.anglo_saxon_quantity or 0.0)
diff --git a/tryton.cfg b/tryton.cfg
index b175e83..c9fa92b 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.6
+version=2.6.7
depends:
account
account_invoice
diff --git a/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO b/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
index c589c3c..ec0637d 100644
--- a/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
+++ b/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account-stock-anglo-saxon
-Version: 2.6.6
+Version: 2.6.7
Summary: Tryton module for anglo-saxon real-time stock valuation
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account-stock-anglo-saxon
More information about the tryton-debian-vcs
mailing list