I want to display the label in a black color but odoo overrides the class of the label because the field is a computed field.
What i tried
also tried this
which gives an error;
Label tag must contain a "for". To match label style without corresponding field or button, use 'class="o_form_label"'.
which does not make sense...
My current workaround
I don't want an extra field to be able to make the label black.