I have a model that has fields.Html field in it. And for instance I have a table in it and text in 2 columns. Odoo adds its classes automatically so it has style on it. But when I make the QWeb report and add that html field in it using t-out it loads html structure correctly but without style. so the table does not have borders the text that should've been 2 column is just 1 column text. How can i load odoo's scss to my module.
I tried using t-call-assets web.assets_frontend but that did not work