[tryton-debian-vcs] tryton-modules-account branch upstream updated. upstream/3.8.0-1-ge2df4dd

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 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account.git;a=commitdiff;h=upstream/3.8.0-1-ge2df4dd

commit e2df4ddff6f5e5d58df8ae787aee1476592fecf1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:52:18 2015 +0100

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

diff --git a/CHANGELOG b/CHANGELOG
index a17a344..aa630da 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.1 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.8.0 - 2015-11-02
 * Bug fixes (see mercurial logs for details)
 * Make Chart of Account not translatable
diff --git a/PKG-INFO b/PKG-INFO
index b7baf31..564d10a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.8.0
+Version: 3.8.1
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/account.py b/account.py
index e9980a3..e3d8efb 100644
--- a/account.py
+++ b/account.py
@@ -1883,7 +1883,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/general_journal.odt b/general_journal.odt
index f7d7733..0c8a3e3 100644
Binary files a/general_journal.odt and b/general_journal.odt differ
diff --git a/tests/scenario_reports.rst b/tests/scenario_reports.rst
index c4c9022..dc4848d 100644
--- a/tests/scenario_reports.rst
+++ b/tests/scenario_reports.rst
@@ -94,3 +94,6 @@ Print some reports::
 
     >>> aged_balance = Wizard('account.open_aged_balance')
     >>> aged_balance.execute('print_')
+
+    >>> print_general_journal = Wizard('account.move.print_general_journal')
+    >>> print_general_journal.execute('print_')
diff --git a/tryton.cfg b/tryton.cfg
index 026a590..21e2a60 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.8.0
+version=3.8.1
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 95dee4f..9afd275 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.8.0
+Version: 3.8.1
 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