Hello Community,
I have been looking for the logic behind the
class="o_some_name" or the class="oe_some_name"
class-attributes. When I do a full search of the odoo-code I can't find where the o_some_name or the oe_some_name are defined. I checked all the css-files and everything else.
example in the sale_product_configurator/sale_product_configurator_views.xml:
It looks to me like it some glued together string that you have to separate to find what it does, but I haven't found the logic yet.
Thanks in advance for the help. Greetings,