d0eefe6392aad0b7e0cee8d2e9988d2321c1fa9e
Process Composer was rendering a white card background on dark-mode tenants because the SCSS relied on var(--bs-body-bg, #ffffff) — the Bootstrap CSS variable doesn't flip reliably in Odoo 19's backend, and the hardcoded fallback kicked in. Rewrote with the shopfloor token pattern from CLAUDE.md: branch on $o-webclient-color-scheme == dark at compile time, expose via CSS custom properties (--fp-composer-card / -border / -panel / -text / -muted), drop every --bs-* fallback for layout colours. Cleared the ir_attachment asset cache on entech so both the backend and web_dark bundles recompile cleanly. fusion_plating_configurator → 19.0.12.1.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
55.9%
HTML
26.1%
JavaScript
14.9%
SCSS
1.8%
CSS
0.8%
Other
0.4%