From 9477864166bece90937e5655775b872f28acd216 Mon Sep 17 00:00:00 2001 From: denislour Date: Mon, 1 Jul 2019 22:27:10 +0700 Subject: [PATCH 1/2] [12.0][web_timeline] Fix bug from group_order: locale instead locate. --- web_timeline/static/src/js/timeline_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_timeline/static/src/js/timeline_view.js b/web_timeline/static/src/js/timeline_view.js index 0a6b65a9..9c9c3624 100644 --- a/web_timeline/static/src/js/timeline_view.js +++ b/web_timeline/static/src/js/timeline_view.js @@ -167,7 +167,7 @@ odoo.define('web_timeline.TimelineView', function (require) { return +1; } - return grp1.content.locateCompare(grp2.content); + return grp1.content.localeCompare(grp2.content); }, From d56ee7eeaa86c88331a0121b46794fe932af7ee7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 1 Jul 2019 17:11:13 +0000 Subject: [PATCH 2/2] web_timeline 12.0.1.0.5 --- web_timeline/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_timeline/__manifest__.py b/web_timeline/__manifest__.py index cefa37de..fe367e26 100644 --- a/web_timeline/__manifest__.py +++ b/web_timeline/__manifest__.py @@ -4,7 +4,7 @@ { 'name': "Web timeline", 'summary': "Interactive visualization chart to show events in time", - "version": "12.0.1.0.4", + "version": "12.0.1.0.5", "development_status": "Production/Stable", 'author': 'ACSONE SA/NV, ' 'Tecnativa, '