[tryton-debian-vcs] tryton-modules-account-invoice branch upstream updated. upstream/3.6.0-1-g31ce84a

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun May 24 12:16:36 UTC 2015


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

commit 31ce84a641ef8c22e6b5e80e444270e7550464e8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 23 20:41:23 2015 +0200

    Adding upstream version 3.6.1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

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