[tryton-debian-vcs] tryton-modules-account-invoice branch upstream-2.6 updated. upstream/2.6.6-1-g46e4a2a

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Jan 20 17:34:17 UTC 2014


The following commit has been merged in the upstream-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice.git;a=commitdiff;h=upstream/2.6.6-1-g46e4a2a

commit 46e4a2aad0dc1a3c8a13be0705febe6e23be69e6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Jan 20 18:23:01 2014 +0100

    Adding upstream version 2.6.7.

diff --git a/CHANGELOG b/CHANGELOG
index 9818305..a2217ed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.7 - 2014-01-18
+* Bug fixes (see mercurial logs for details)
+
 Version 2.6.6 - 2013-12-04
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 9c6fc04..35f7542 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice
-Version: 2.6.6
+Version: 2.6.7
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/invoice.py b/invoice.py
index b0e2454..c08f664 100644
--- a/invoice.py
+++ b/invoice.py
@@ -2137,7 +2137,7 @@ class InvoiceReport(Report):
         if invoice.state in ('open', 'paid'):
             Invoice.write([Invoice(invoice.id)], {
                 'invoice_report_format': res[0],
-                'invoice_report_cache': res[1],
+                'invoice_report_cache': buffer(res[1]),
                 })
         return res
 
diff --git a/tryton.cfg b/tryton.cfg
index 587c66c..4b926f5 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.6.6
+version=2.6.7
 depends:
     account
     account_product
diff --git a/trytond_account_invoice.egg-info/PKG-INFO b/trytond_account_invoice.egg-info/PKG-INFO
index 9b42f21..ef799a1 100644
--- a/trytond_account_invoice.egg-info/PKG-INFO
+++ b/trytond_account_invoice.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account-invoice
-Version: 2.6.6
+Version: 2.6.7
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-account-invoice



More information about the tryton-debian-vcs mailing list