[tryton-debian-vcs] tryton-modules-commission branch upstream-3.6 updated. upstream/3.6.0-1-g0d3a589
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:52:16 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-commission.git;a=commitdiff;h=upstream/3.6.0-1-g0d3a589
commit 0d3a5892b5b14d2129cd436cbc567b50e21de104
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 23 15:31:41 2015 +0100
Adding upstream version 3.6.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 17ebdc9..42fba30 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 3.6.1 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.0 - 2015-04-20
* Initial release
\ No newline at end of file
diff --git a/PKG-INFO b/PKG-INFO
index 5717b28..a07a8d9 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_commission
-Version: 3.6.0
+Version: 3.6.1
Summary: Tryton module for commission
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/invoice.py b/invoice.py
index 3b4bc20..4e7291b 100644
--- a/invoice.py
+++ b/invoice.py
@@ -192,7 +192,7 @@ class InvoiceLine:
@classmethod
def view_attributes(cls):
return super(InvoiceLine, cls).view_attributes() + [
- ('//page[@id="commissions"]', 'state', {
+ ('//page[@id="commissions"]', 'states', {
'invisible': Eval('type') != 'line',
})]
diff --git a/tryton.cfg b/tryton.cfg
index 5c632ee..d710551 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.0
+version=3.6.1
depends:
account
account_invoice
diff --git a/trytond_commission.egg-info/PKG-INFO b/trytond_commission.egg-info/PKG-INFO
index a85ffbc..bab9a4b 100644
--- a/trytond_commission.egg-info/PKG-INFO
+++ b/trytond_commission.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-commission
-Version: 3.6.0
+Version: 3.6.1
Summary: Tryton module for commission
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-commission
More information about the tryton-debian-vcs
mailing list