[tryton-debian-vcs] tryton-modules-account-invoice branch debian-wheezy-2.2 updated. debian/2.2.4-1-1-gb2d6302
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Jan 20 17:49:56 UTC 2014
The following commit has been merged in the debian-wheezy-2.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice.git;a=commitdiff;h=debian/2.2.4-1-1-gb2d6302
commit b2d630232b5ecb0f383d9fd5ef63fd21cac908bc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jan 20 18:41:51 2014 +0100
Merging upstream version 2.2.5.
diff --git a/CHANGELOG b/CHANGELOG
index 1abe14d..599c59c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.2.5 - 2014-01-18
+* Bug fixes (see mercurial logs for details)
+
Version 2.2.4 - 2013-12-04
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index a3b8e9d..1345097 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_invoice
-Version: 2.2.4
+Version: 2.2.5
Summary: Financial and Accounting Module with:
- Payment Term
- Invoice / Credit Note
diff --git a/__tryton__.py b/__tryton__.py
index 41b080e..877f584 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -8,7 +8,7 @@
'name_es_ES': 'Facturación',
'name_fr_FR': 'Facturation',
'name_nl_NL': 'Facturatie',
- 'version': '2.2.4',
+ 'version': '2.2.5',
'author': 'B2CK',
'email': 'info at b2ck.com',
'website': 'http://www.tryton.org/',
diff --git a/invoice.py b/invoice.py
index 09667b5..fa250b8 100644
--- a/invoice.py
+++ b/invoice.py
@@ -2192,7 +2192,7 @@ class InvoiceReport(Report):
if invoice.state in ('open', 'paid'):
invoice_obj.write(invoice.id, {
'invoice_report_format': res[0],
- 'invoice_report_cache': res[1],
+ 'invoice_report_cache': buffer(res[1]),
})
return res
diff --git a/trytond_account_invoice.egg-info/PKG-INFO b/trytond_account_invoice.egg-info/PKG-INFO
index cd480f9..fd213a0 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.2.4
+Version: 2.2.5
Summary: Financial and Accounting Module with:
- Payment Term
- Invoice / Credit Note
--
tryton-modules-account-invoice
More information about the tryton-debian-vcs
mailing list