[tryton-debian-vcs] tryton-modules-sale branch debian-squeeze-1.6 created. a92ae6d2e3f8c4c7b9797c246a4f8e753e2b4068

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:08:42 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-sale.git;a=commitdiff;h=a92ae6d2e3f8c4c7b9797c246a4f8e753e2b4068
commit a92ae6d2e3f8c4c7b9797c246a4f8e753e2b4068
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 e7d193a..193516f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-sale (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:32 +0100
+
 tryton-modules-sale (1.6.0-1) unstable; urgency=low
 
   [ Daniel Baumann ]
commit 53b998896bf1a20c96a87a8fb201e904e8956bf9
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 709f158..cf07ba4 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 5406f8b9b649d045fbcceec9b033de73271ac09c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:53:05 2010 +0100

    Merging upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index a812581..9406a3f 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 a modelsingleton to define which sale sequence to use
diff --git a/PKG-INFO b/PKG-INFO
index 8e156a3..5505c05 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_sale
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define sale order.
 Add to product sale informations.
 Define the sale price as the list price.
diff --git a/__tryton__.py b/__tryton__.py
index 7c963cc..92b1141 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Ventas',
     'name_es_ES': 'Venta',
     'name_fr_FR': 'Vente',
-    'version': '1.6.0',
+    'version': '1.6.1',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/sale.py b/sale.py
index c201ed1..789e7d2 100644
--- a/sale.py
+++ b/sale.py
@@ -365,7 +365,7 @@ class Sale(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,
                             'out_invoice', context=context)
                     if not key in taxes:
diff --git a/trytond_sale.egg-info/PKG-INFO b/trytond_sale.egg-info/PKG-INFO
index 728f0f8..fdd3533 100644
--- a/trytond_sale.egg-info/PKG-INFO
+++ b/trytond_sale.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-sale
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define sale order.
 Add to product sale informations.
 Define the sale price as the list price.
-- 
tryton-modules-sale



More information about the tryton-debian-vcs mailing list