I have already set the current reference in manifest file and checked the correct file but CSS is not working. how can I check my CSS file load or not in odoo16?
'assets': {
'web.assets_frontend': [
'test_module/static/src/css/style.css',
],
},