[tryton-debian-vcs] tryton-modules-account-invoice branch debian-jessie-2.8 updated. debian/2.8.4-1-2-g7abf730

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Jan 19 20:12:53 UTC 2014


The following commit has been merged in the debian-jessie-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice.git;a=commitdiff;h=debian/2.8.4-1-2-g7abf730

commit 7abf73040564814a54b85c6d3b1ef8e520776a27
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jan 19 21:12:36 2014 +0100

    Releasing debian version 2.8.5-1.

diff --git a/debian/changelog b/debian/changelog
index 5e2b248..b86862b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account-invoice (2.8.5-1) unstable; urgency=medium
+
+  * Merging upstream version 2.8.5.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 19 Jan 2014 20:56:38 +0100
+
 tryton-modules-account-invoice (2.8.4-1) unstable; urgency=low
 
   * Fixing the branch version in the watch file.
commit 16f463103c536676c199e6140a1e58c2f1378f93
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jan 19 20:55:40 2014 +0100

    Merging upstream version 2.8.5.

diff --git a/CHANGELOG b/CHANGELOG
index 2c504dc..1b63390 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.5 - 2014-01-18
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.4 - 2013-12-04
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index b520ed3..5b3d156 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice
-Version: 2.8.4
+Version: 2.8.5
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/invoice.py b/invoice.py
index aee6213..ec45939 100644
--- a/invoice.py
+++ b/invoice.py
@@ -2361,7 +2361,7 @@ class InvoiceReport(Report):
                 and invoice.type in ('out_invoice', 'out_credit_note')):
             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 151630f..cd8eccf 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.4
+version=2.8.5
 depends:
     account
     account_product
diff --git a/trytond_account_invoice.egg-info/PKG-INFO b/trytond_account_invoice.egg-info/PKG-INFO
index 2930b74..968ccc4 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.8.4
+Version: 2.8.5
 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