CSS classes for widgets

web_widget_classes
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/6.1/web_widget_classes
VERSION
VERSION 1.0
CATEGORY
CATEGORYDependency
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSAlexandre Fayolle, Holger Brunn, Sylvain LE GAL
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

Models touched (0)

No models found for this module.