[tryton-debian-vcs] tryton-modules-purchase branch debian-squeeze-1.6 created. 37493bf7d56eba9e9812630cb43ada8d6162a296

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:07:41 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-purchase.git;a=commitdiff;h=37493bf7d56eba9e9812630cb43ada8d6162a296
commit 37493bf7d56eba9e9812630cb43ada8d6162a296
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 21:29:11 2010 +0100

    Releasing debian version 1.6.1-0~50squeeze1.

diff --git a/debian/changelog b/debian/changelog
index 82de65c..8f79b12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-purchase (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:25:13 +0100
+
 tryton-modules-purchase (1.6.0-1) unstable; urgency=low
 
   [ Daniel Baumann ]
commit 76928e76dcf3ba118636340c3e7c1e5b75999bf4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 21:16:03 2010 +0100

    Changing my email address.

diff --git a/debian/control b/debian/control
index 35a96a5..eb2923c 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 4ad7f61d0cba962a07318485f2a78557a0b94dc5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:53:33 2010 +0100

    Merging upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index 62723b3..04a5861 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)
 * Use model singleton to define which purchase sequence to use
diff --git a/PKG-INFO b/PKG-INFO
index 157ee5a..1e08af7 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_purchase
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define purchase order.
 Add product supplier and purchase informations.
 Define the purchase price as the supplier price or the cost price.
diff --git a/__tryton__.py b/__tryton__.py
index 4dacfb9..4c48582 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Compras',
     'name_es_ES': 'Compras',
     'name_fr_FR': 'Achat',
-    'version': '1.6.0',
+    'version': '1.6.1',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/purchase.py b/purchase.py
index 6e09c44..cc51bc9 100644
--- a/purchase.py
+++ b/purchase.py
@@ -308,7 +308,7 @@ class Purchase(ModelWorkflow, ModelSQL, ModelView):
 
                 for tax in tax_obj.compute(cursor, user, line.get('taxes', []),
                         line.get('unit_price', Decimal('0.0')),
-                        line.get('quantity', 0.0), context=context):
+                        line.get('quantity', 0.0), context=ctx):
                     key, val = invoice_obj._compute_tax(cursor, user, tax,
                             'in_invoice', context=context)
                     if not key in taxes:
diff --git a/trytond_purchase.egg-info/PKG-INFO b/trytond_purchase.egg-info/PKG-INFO
index 2eb6ed0..da8a268 100644
--- a/trytond_purchase.egg-info/PKG-INFO
+++ b/trytond_purchase.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-purchase
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define purchase order.
 Add product supplier and purchase informations.
 Define the purchase price as the supplier price or the cost price.
-- 
tryton-modules-purchase



More information about the tryton-debian-vcs mailing list