[tryton-debian-vcs] tryton-modules-account-stock-anglo-saxon branch debian-jessie-3.2 updated. debian/3.2.2-1-2-g496e0af

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun May 24 12:17:08 UTC 2015


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-account-stock-anglo-saxon.git;a=commitdiff;h=debian/3.2.2-1-2-g496e0af

commit 496e0afe56735444f751b4e30fbf0a01e74cfa55
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 23 20:39:18 2015 +0200

    Releasing debian version 3.2.3-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 2a40b09..5278cac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account-stock-anglo-saxon (3.2.3-1) unstable; urgency=medium
+
+  * Merging upstream version 3.2.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 23 May 2015 20:39:18 +0200
+
 tryton-modules-account-stock-anglo-saxon (3.2.2-1) unstable; urgency=medium
 
   * Adding actual upstream signing key.
commit a60ab75fc78540cafc2cc9bce9799226f4e126eb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 23 20:39:18 2015 +0200

    Merging upstream version 3.2.3.

diff --git a/CHANGELOG b/CHANGELOG
index 0cc77d9..570a141 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.3 - 2015-05-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.2 - 2015-03-01
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 88ae657..a9b1cfc 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_stock_anglo_saxon
-Version: 3.2.2
+Version: 3.2.3
 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 5f88f79..5f7c774 100644
--- a/stock.py
+++ b/stock.py
@@ -131,7 +131,7 @@ class Move:
             if consumed_qty >= quantity:
                 break
 
-            if type_ == 'in_supplier':
+            if type_.endswith('supplier'):
                 with Transaction().set_context(date=move.effective_date):
                     unit_price = Currency.compute(move.currency,
                         move.unit_price, move.company.currency, round=False)
@@ -170,6 +170,7 @@ class Move:
 
             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], {
                         as_qty_field: (
diff --git a/tryton.cfg b/tryton.cfg
index 2d2fd2d..266c22d 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.2
+version=3.2.3
 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 73f25ec..25959d3 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: 3.2.2
+Version: 3.2.3
 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