Commit Graph

2 Commits

Author SHA1 Message Date
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