is there a way to do the following ?
in a standard listview i want to add a css class ... or another way to style it beside the
<field name="data_provider_type"
string="Provider"
widget="badge"
class="o_badge_{{data_provider_type}}"/>
#to result in something like
<div name="data_provider_type" class="o_field_widget o_required_modifier o_field_badge o_badge_Foo"><span class="badge rounded-pill text-bg-300">Foo</span></div>