| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 15 |
| Technical Name |
web_field_outline |
| License | LGPL-3 |
| Versions | 18.0 19.0 |
Your users should never have to hover-hunt for a field again.
✓ Zero configuration • ✓ Community & Enterprise • ✓ Dark-mode safe • ✓ Pure CSS
Where am I supposed to type?
Since Odoo 16, editable fields show nothing until you hover or focus them.
New users click everywhere trying to discover what is editable.
Order lines and list rows too
Editing a sale order line or any x2many row? Each cell shows its own fill,
so you always know exactly which cell you are typing in.
Why this module
color-mix + currentColor), not hardcoded. Light themes get a soft gray, dark themes a gentle lift. Works alongside any backend theme.Under the hood
The whole module is a single small stylesheet. It tints every .o_input inside form
views — and mirrors the high-specificity selector Odoo uses inside editable list cells — with
background-color: color-mix(in srgb, currentColor 5%, transparent).
Nested input shells (tags, dropdowns, date ranges) are kept transparent so nothing gets a double wash.
No JavaScript, no view inheritance, no core overrides that could break on the next Odoo update.
Compatibility
| Odoo Edition | Community ✓ Enterprise ✓ |
| Hosting | Odoo Online ✓ Odoo.sh ✓ On-premise ✓ |
| Dependencies | web only — no third-party libraries |
FAQ
Questions or ideas?
We answer fast and we love feedback.
mrdil.odoo@gmail.com
Please log in to comment on this module