Browse Source

Merge PR #1315 into 12.0

Signed-off-by pedrobaeza
pull/1280/merge
OCA-git-bot 5 years ago
parent
commit
1e26ee3788
  1. 2
      web_timeline/__manifest__.py
  2. 2
      web_timeline/static/src/js/timeline_view.js

2
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, '

2
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);
},

Loading…
Cancel
Save