Skip to content
Snippets Groups Projects
Unverified Commit f18def71 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] web_settings_dashboard: stop depending on old numbering scheme

parent 60a59b60
Branches
Tags
No related merge requests found
......@@ -245,7 +245,7 @@ var DashboardApps = Widget.extend({
start: function() {
this._super.apply(this, arguments);
if (odoo.db_info && odoo.db_info.server_version_info[5] === 'c') {
if (odoo.db_info && _.last(odoo.db_info.server_version_info) !== 'e') {
$(QWeb.render("DashboardEnterprise")).appendTo(this.$el);
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment