[tryton-debian-vcs] tryton-modules-account branch upstream-3.2 updated. upstream/3.2.6-1-ga631d13
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:50:09 UTC 2015
The following commit has been merged in the upstream-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account.git;a=commitdiff;h=upstream/3.2.6-1-ga631d13
commit a631d13fa8ee7059e9a9aaac8db4b0c73ccc2980
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 23 14:55:44 2015 +0100
Adding upstream version 3.2.7.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 03b7cbc..08beae5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.7 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.6 - 2015-07-13
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 4aac8db..670c9d1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account
-Version: 3.2.6
+Version: 3.2.7
Summary: Tryton module for accounting
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/account.py b/account.py
index 89bc179..884fc69 100644
--- a/account.py
+++ b/account.py
@@ -1917,7 +1917,7 @@ class OpenThirdPartyBalance(Wizard):
'Open Third Party Balance'
__name__ = 'account.open_third_party_balance'
start = StateView('account.open_third_party_balance.start',
- 'account.open_balance_sheet_start_view_form', [
+ 'account.open_third_party_balance_start_view_form', [
Button('Cancel', 'end', 'tryton-cancel'),
Button('Print', 'print_', 'tryton-print', default=True),
])
diff --git a/tryton.cfg b/tryton.cfg
index 9b50e48..7ae16e9 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.6
+version=3.2.7
depends:
company
currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 6dcdef2..5a32b7e 100644
--- a/trytond_account.egg-info/PKG-INFO
+++ b/trytond_account.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account
-Version: 3.2.6
+Version: 3.2.7
Summary: Tryton module for accounting
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account
More information about the tryton-debian-vcs
mailing list