Repository
OCA/web · module folder · Try on Runboat
Module version
1.0
Category
Dependency
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 06:51:39
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Alexandre Fayolle, Holger Brunn, Sylvain LE GAL
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
    For simple UI changes, having classes attached to widgets giving
    information about the model being displayed can be essential.

    For instance, to apply some CSS to the name field in forms for tasks,

    ::

      .oe_model_project_task input[name='name']
      {
          //your CSS
      }

    will be enough.
    

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.