[tryton-debian-vcs] tryton-modules-account branch debian-stretch-3.6 updated. debian/3.6.2-1-3-g05fc715

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

commit 05fc7155dbed3e09719463573907c319fac64d0a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:58:30 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index beb817a..cbc1941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-account (3.6.3-1) unstable; urgency=medium
+
+  * Setting the branch in the watch file to the fixed version 3.6.
+  * Merging upstream version 3.6.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 23 Dec 2015 14:58:30 +0100
+
 tryton-modules-account (3.6.2-1) unstable; urgency=medium
 
   * Enabling tests on sqlite memory database.
commit ad5fe0ebf135af1e4e95cc3e3b20320fa4647dfa
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:58:29 2015 +0100

    Merging upstream version 3.6.3.

diff --git a/CHANGELOG b/CHANGELOG
index 98cc487..1970962 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.3 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.2 - 2015-09-19
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index c9ec5c8..f16233e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.6.2
+Version: 3.6.3
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/account.py b/account.py
index 65fe3eb..76cf07b 100644
--- a/account.py
+++ b/account.py
@@ -1972,7 +1972,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/tax.py b/tax.py
index 38b772a..352b3a3 100644
--- a/tax.py
+++ b/tax.py
@@ -1193,7 +1193,7 @@ class TaxLine(ModelSQL, ModelView):
     def on_change_tax(self):
         self.code = None
 
-    @fields.depends('_parent_move_line.account')
+    @fields.depends('_parent_move_line.account', 'move_line')
     def on_change_with_company(self, name=None):
         if self.move_line:
             return self.move_line.account.company.id
diff --git a/tests/scenario_reports.rst b/tests/scenario_reports.rst
index d0f3010..538da21 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 8c9b12d..c0e2292 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.6.2
+version=3.6.3
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 4967990..76a8cac 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.6.2
+Version: 3.6.3
 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