[tryton-debian-vcs] tryton-modules-calendar-todo branch upstream updated. upstream/3.6.0-1-g568a75c

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Jul 15 14:20:30 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-calendar-todo.git;a=commitdiff;h=upstream/3.6.0-1-g568a75c

commit 568a75c3123e8e996af2472838c5e7d6ee479587
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jul 15 12:49:47 2015 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 63eb9c6..29a3ffe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.1 - 2015-07-13
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.0 - 2015-04-20
 * Bug fixes (see mercurial logs for details)
 * Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index 7c24e9c..d4e03bc 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_calendar_todo
-Version: 3.6.0
+Version: 3.6.1
 Summary: Tryton module to add TODO on CalDAV
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/tryton.cfg b/tryton.cfg
index 2f708ac..f0de88f 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.6.0
+version=3.6.1
 depends:
     calendar
     ir
diff --git a/trytond_calendar_todo.egg-info/PKG-INFO b/trytond_calendar_todo.egg-info/PKG-INFO
index 5cd55d5..67d1602 100644
--- a/trytond_calendar_todo.egg-info/PKG-INFO
+++ b/trytond_calendar_todo.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-calendar-todo
-Version: 3.6.0
+Version: 3.6.1
 Summary: Tryton module to add TODO on CalDAV
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/view/exdate_tree.xml b/view/exdate_tree.xml
index ca5a2fe..373dee7 100644
--- a/view/exdate_tree.xml
+++ b/view/exdate_tree.xml
@@ -3,6 +3,7 @@
 this repository contains the full copyright notices and license terms. -->
 <tree string="Exception Dates">
     <field name="todo"/>
-    <field name="datetime"/>
+    <field name="datetime" widget="date"/>
+    <field name="datetime" widget="time" string="Time"/>
     <field name="date"/>
 </tree>
diff --git a/view/rdate_tree.xml b/view/rdate_tree.xml
index 1f13877..0831981 100644
--- a/view/rdate_tree.xml
+++ b/view/rdate_tree.xml
@@ -3,6 +3,7 @@
 this repository contains the full copyright notices and license terms. -->
 <tree string="Recurrence Dates">
     <field name="todo"/>
-    <field name="datetime"/>
+    <field name="datetime" widget="date"/>
+    <field name="datetime" widget="time" string="Time"/>
     <field name="date"/>
 </tree>
-- 
tryton-modules-calendar-todo



More information about the tryton-debian-vcs mailing list