Commit Graph

3 Commits

Author SHA1 Message Date
OdooSky v3
07cf26467a fix(tk_construction_management): chatter migration + chart NaN guard + remove debug logs
- 12 oe_chatter <div> blocks migrated to <chatter/> (Odoo 18 modern pattern)
  Removes Missing widget: mail_followers/mail_activity/mail_thread warnings.
- renderGraph guards against empty/all-zero series. ApexCharts was producing
  M NaN NaN SVG paths when total=0 in donut/pie charts. Now shows No data.
- Removed two leftover console.log(..., dasdsa) debug calls in
  static/src/js/construction_dashboard.js.

User-visible: chatter renders cleanly, no SVG NaN console errors, no
debug noise.
2026-05-09 10:16:07 +02:00
OdooSky v3
bd01d44be5 fix(tk_construction_management): add name attribute to <app> element
Odoo 18 SettingsFormCompiler.compileApp reads el.getAttribute("name")
and passes it to toStringExpression(). Without the name attribute the
result is null -> null.replaceAll(...) -> TypeError -> Owl lifecycle
crash, Settings page renders white. Old data-key="..." attribute is
no longer recognized.

Add name="tk_construction_management" alongside data-key for
backward compat.
2026-05-09 02:00:53 +02:00
63c62699f5 Tower: upload tk_construction_management 18.0.2.0.8 (was 18.0.2.0.8, via marketplace) 2026-05-08 19:20:12 +00:00