Hello,
where can I find this css file that has this oe_container
class or address_format
? Is it in source code or it is located somewhere else? oe_container
class I saw being used in description in index.html
and address_format
class being used in crm_lead_view.xml
, but I couldn't find where these classes are located.
I tried to use command to look for files in source code containing such content:
find -type f -name '*.css' | xargs grep 'address_format'
But it didn't find anything. So does anyone know where it is located and where for example in crm module is written for it to know where to look for this class?..