Hey Odoo-Team,
i have an issue where I want to access a field in my scss file (web_grid/src/scss/grid_view.scss).
I want to trigger a condition based on time_remain field in project.task. It should change the color from the text in the grid.
So is it possible to access a field in scss? Inever worked with scss thats why I dont have experience with it.