Hi,
I want use get value from css in XML file..
like in code :
There is class "ksp" ,I want get value from this in XML variable ..
<t t-if = 'website.warehouse_ids'>
<t t-set = "product_variant" t-value = "product.env ['product.product']. browse (combination_info ['product_id'])" />
<span class = 'o_not_editable' style = 'color: # 239B56'> <t t-esc = 'product_variant' /> Unit (s) available </span>
<span class = 'ksp'> </span>
</t>
Thanks