[tryton-debian-vcs] tryton-modules-stock-supply branch upstream-1.6 created. 8496e0b42b09e27c5eac3241cbcac10692f7aa13

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:12:08 UTC 2013


The following commit has been merged in the upstream-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-supply.git;a=commitdiff;h=8496e0b42b09e27c5eac3241cbcac10692f7aa13
commit 8496e0b42b09e27c5eac3241cbcac10692f7aa13
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:51:48 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index e36b38a..26abb5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
 Version 1.6.0 - 2010-05-13
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 4ef91c6..95360c9 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_stock_supply
-Version: 1.6.0
+Version: 1.6.1
 Summary: Supply Management Module with:
     - Order point
     - Purchase Request
diff --git a/__tryton__.py b/__tryton__.py
index c4d1e25..74495ec 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Gestión de pedidos de inventario',
     'name_es_ES': 'Gestión de suministro de existencias',
     'name_fr_FR': 'Gestion des approvisionnements de stock',
-    'version': '1.6.0',
+    'version': '1.6.1',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/purchase_request.py b/purchase_request.py
index 8dd0577..17a18e3 100644
--- a/purchase_request.py
+++ b/purchase_request.py
@@ -409,7 +409,7 @@ class PurchaseRequest(ModelSQL, ModelView):
             res = product_obj.products_by_location(
                 cursor, user, [location_id],
                 [product_id], with_childs=True, skip_zero=False,
-                context=context)
+                context=local_context)
             for qty in res.itervalues():
                 current_qty += qty
             if current_date == datetime.date.max:
diff --git a/trytond_stock_supply.egg-info/PKG-INFO b/trytond_stock_supply.egg-info/PKG-INFO
index 714ba26..84894c7 100644
--- a/trytond_stock_supply.egg-info/PKG-INFO
+++ b/trytond_stock_supply.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-stock-supply
-Version: 1.6.0
+Version: 1.6.1
 Summary: Supply Management Module with:
     - Order point
     - Purchase Request
-- 
tryton-modules-stock-supply



More information about the tryton-debian-vcs mailing list