[tryton-debian-vcs] tryton-modules-commission branch debian-stretch-3.6 updated. debian/3.6.0-1-5-g8b996a3

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:52:15 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-commission.git;a=commitdiff;h=debian/3.6.0-1-5-g8b996a3

commit 8b996a3e5fbc8e0c9c37039e7965e8476b0a65c2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 15:31:42 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index cdc0ca6..1160a51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-commission (3.6.1-1) unstable; urgency=medium
+
+  * Adapting section naming in gbp.conf to current git-buildpackage.
+  * Improving description why we can not run the module test suites.
+  * Setting the branch in the watch file to the fixed version 3.6.
+  * Merging upstream version 3.6.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 23 Dec 2015 15:31:42 +0100
+
 tryton-modules-commission (3.6.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #781820).
commit 6e1f6315a6c3c5890ef95f0e57c436e9500440df
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 15:31:41 2015 +0100

    Merging upstream version 3.6.1.

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