[tryton-debian-vcs] tryton-modules-account branch debian-jessie-3.4 updated. debian/3.4.3-1-2-g0eae777

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


The following commit has been merged in the debian-jessie-3.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account.git;a=commitdiff;h=debian/3.4.3-1-2-g0eae777

commit 0eae777899b245555222941dc4bdcf87d021e6ec
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:57:21 2015 +0100

    Releasing debian version 3.4.4-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 6e4f211..c8df455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account (3.4.4-1) unstable; urgency=medium
+
+  * Merging upstream version 3.4.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 23 Dec 2015 14:57:21 +0100
+
 tryton-modules-account (3.4.3-1) unstable; urgency=medium
 
   * Wrapping and sorting control files (wrap-and-sort -bts).
commit 6c3e4f59c46e036cee14ca94d1d5ecd870d7dfac
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:57:20 2015 +0100

    Merging upstream version 3.4.4.

diff --git a/CHANGELOG b/CHANGELOG
index 6ee0194..776e3f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.4 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.4.3 - 2015-05-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 555d7ce..be5a3c1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.4.3
+Version: 3.4.4
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/account.py b/account.py
index 9e5633a..b335d28 100644
--- a/account.py
+++ b/account.py
@@ -1929,7 +1929,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 8b608f8..d4d1089 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.4.3
+version=3.4.4
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 7d8dd4a..54540e9 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.4.3
+Version: 3.4.4
 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