[tryton-debian-vcs] tryton-modules-account-invoice branch debian updated. debian/3.6.0-1-4-ge50debd
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun May 24 12:16:33 UTC 2015
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice.git;a=commitdiff;h=debian/3.6.0-1-4-ge50debd
commit e50debdfde2de4e193af3641f9d366c4e76eb755
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat May 23 20:41:24 2015 +0200
Releasing debian version 3.6.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index d6f480f..94df971 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account-invoice (3.6.1-1) unstable; urgency=medium
+
+ * Updating year of debian copyright.
+ * Unifying package short description.
+ * Merging upstream version 3.6.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sat, 23 May 2015 20:41:24 +0200
+
tryton-modules-account-invoice (3.6.0-1) unstable; urgency=medium
* Wrapping and sorting control files (wrap-and-sort -bts).
commit 6e6741830b10283b03dfb88bbaf51934c0cfbe9d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat May 23 20:41:23 2015 +0200
Merging upstream version 3.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 8ff458a..52d2372 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.1 - 2015-05-22
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index 76a3eda..c3973b3 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_invoice
-Version: 3.6.0
+Version: 3.6.1
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/invoice.py b/invoice.py
index dacca81..cd846c5 100644
--- a/invoice.py
+++ b/invoice.py
@@ -1802,7 +1802,7 @@ class InvoiceLine(ModelSQL, ModelView, TaxableMixin):
'_parent_invoice.type')
def on_change_account(self):
if self.product:
- return {}
+ return
taxes = []
if (self.invoice and self.invoice.party
and self.invoice.type):
diff --git a/tryton.cfg b/tryton.cfg
index 399d600..eb8404a 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.0
+version=3.6.1
depends:
account
account_product
diff --git a/trytond_account_invoice.egg-info/PKG-INFO b/trytond_account_invoice.egg-info/PKG-INFO
index b7e733b..9cedb2d 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: 3.6.0
+Version: 3.6.1
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