Files
odoo-addons/addons/ks_dashboard_ninja/static/lib/js/Dataviz.js
OdooSky v3 88e80076fc fix(ks_dashboard_ninja): rename amCharts webpackChunk_am5 to avoid conflict with synconics_bi_dashboard
Both addons ship the same amCharts library which pushes chunks to the
global self.webpackChunk_am5 array. Their internal webpack module IDs
collide -> webpack-runtime resolves a require() to the wrong factory
-> TypeError, bundle execution aborts before later odoo.define() calls
run, page renders white. erp incident 2026-05-08.

Rename ks_dashboard_ninja chunks to webpackChunk_am5_ksdn in all 11 lib
files so the two addons coexist.
2026-05-09 01:31:36 +02:00

2 lines
613 B
JavaScript

"use strict";(self.webpackChunk_am5_ksdn=self.webpackChunk_am5_ksdn||[]).push([[7891],{5650:function(e,s,t){t.r(s),t.d(s,{am5themes_Dataviz:function(){return o}});var u=t(1112),l=t(3409);class r extends l.Q{setupDefaultRules(){super.setupDefaultRules(),this.rule("ColorSet").setAll({colors:[u.Il.fromHex(2634320),u.Il.fromHex(9448493),u.Il.fromHex(13976381),u.Il.fromHex(15750208)],reuse:!1,passOptions:{lightness:.05,hue:0}})}}const o=r}},function(e){var s=(5650,e(e.s=5650)),t=window;for(var u in s)t[u]=s[u];s.__esModule&&Object.defineProperty(t,"__esModule",{value:!0})}]);
//# sourceMappingURL=Dataviz.js.map