[tryton-debian-vcs] tryton-modules-stock-supply branch debian-squeeze-1.6 created. 3770406e50199cf68132f1585a11025e30698ddf

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


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

    Releasing debian version 1.6.1-0~50squeeze1.

diff --git a/debian/changelog b/debian/changelog
index 2746934..a857149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-stock-supply (1.6.1-0~50squeeze1) unstable; urgency=low
+
+  * Merging upstream version 1.6.1.
+  * Changing my email address.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 20 Nov 2010 21:26:35 +0100
+
 tryton-modules-stock-supply (1.6.0-1) unstable; urgency=low
 
   [ Daniel Baumann ]
commit fd8e7324e270bbc6e672f10855fabdf024b01653
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 21:16:04 2010 +0100

    Changing my email address.

diff --git a/debian/control b/debian/control
index bfabae8..a0c3ed8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Tryton Maintainers <tryton at lists.debian-maintainers.org>
 Uploaders:
  Daniel Baumann <daniel at debian.org>,
- Mathias Behrle <mathiasb at mbsolutions.selfip.biz>
+ Mathias Behrle <mathiasb at m9s.biz>
 Dm-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
 Standards-Version: 3.8.4
commit b070639bb6461a4625abc848d5febdee299b6ef1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:51:50 2010 +0100

    Merging 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