[tryton-debian-vcs] tryton-modules-account-deposit branch upstream-3.6 updated. upstream/3.6.1-1-g53a9a39

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:50:24 UTC 2015


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

commit 53a9a39aab843b971b986c9a635ae3bd14db9b85
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 15:05:11 2015 +0100

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

diff --git a/CHANGELOG b/CHANGELOG
index fbf875c..b82ec29 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.2 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.1 - 2015-07-13
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index d00bed6..5ef1b43 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_deposit
-Version: 3.6.1
+Version: 3.6.2
 Summary: Tryton module for accounting deposit
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/party.py b/party.py
index a9db42a..f3ffb59 100644
--- a/party.py
+++ b/party.py
@@ -103,7 +103,7 @@ class Party:
         line = MoveLine.__table__()
         account = Account.__table__()
 
-        assert account.kind == 'deposit'
+        assert deposit_account.kind == 'deposit'
 
         cursor.lock(MoveLine._table)
 
diff --git a/tryton.cfg b/tryton.cfg
index d622cc8..24703eb 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.6.1
+version=3.6.2
 depends:
     account
     account_invoice
diff --git a/trytond_account_deposit.egg-info/PKG-INFO b/trytond_account_deposit.egg-info/PKG-INFO
index cdad162..f8e5428 100644
--- a/trytond_account_deposit.egg-info/PKG-INFO
+++ b/trytond_account_deposit.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account-deposit
-Version: 3.6.1
+Version: 3.6.2
 Summary: Tryton module for accounting deposit
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-account-deposit



More information about the tryton-debian-vcs mailing list