Files
odoo-addons/addons/ks_dashboard_ninja/static/lib/js/Material.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
913 B
JavaScript

"use strict";(self.webpackChunk_am5_ksdn=self.webpackChunk_am5_ksdn||[]).push([[4583],{2250:function(e,l,r){r.r(l),r.d(l,{am5themes_Material:function(){return s}});var o=r(1112),f=r(3409);class m extends f.Q{setupDefaultRules(){super.setupDefaultRules(),this.rule("ColorSet").setAll({colors:[o.Il.fromHex(16007990),o.Il.fromHex(15277667),o.Il.fromHex(10233776),o.Il.fromHex(6765239),o.Il.fromHex(4149685),o.Il.fromHex(2201331),o.Il.fromHex(240116),o.Il.fromHex(48340),o.Il.fromHex(38536),o.Il.fromHex(5025616),o.Il.fromHex(9159498),o.Il.fromHex(13491257),o.Il.fromHex(16771899),o.Il.fromHex(16761095),o.Il.fromHex(16750592),o.Il.fromHex(16733986),o.Il.fromHex(7951688),o.Il.fromHex(10395294),o.Il.fromHex(6323595)],reuse:!0})}}const s=m}},function(e){var l=(2250,e(e.s=2250)),r=window;for(var o in l)r[o]=l[o];l.__esModule&&Object.defineProperty(r,"__esModule",{value:!0})}]);
//# sourceMappingURL=Material.js.map