OdooSky v3 1bdf43226e fix(tk_construction_management): scope .o_action_manager overflow rule to .construction_dashboard
The CSS rule .o_action_manager { overflow: auto !important; } leaks
globally — Odoos outer action container is the same element across
EVERY page in the webclient. On viewports above the xxl breakpoint
(~1500px) this overflow setting collapses flex sizing of children,
shrinking form sheets to ~3mm. erp incident 2026-05-09: New Project
form on Construction app rendered as a 3mm-wide column. Visible only
on wide viewports because narrower ones hit different responsive
breakpoints.

Move the overflow declaration INSIDE the .construction_dashboard
scope so it applies only on the dashboard page (where it was meant to
apply in the first place).
2026-05-09 10:29:57 +02:00
2026-04-26 21:44:12 +00:00

odoo-addons

Public addon source-of-truth. One branch per Odoo major (14.0-19.0). Layout: addons//. Tags: /. Builds happen inside each customer cluster on demand.

Description
Public addon source-of-truth. One branch per Odoo major (14.0-19.0). Layout: addons//. Tags: /. Builds happen inside each customer cluster on demand.
Readme 289 MiB