Hi all,
When I enable the debug mode, I can see that the odoo system get the following css file for example
account_reconciliation.less.css
bootstrap.less.css
form.view.less.css
form_view_layout.less.css
I can see the less file in the folder but I cannot find the css file. I see that in the assets_backend template for each module, there's an include link
<link rel="stylesheet" href="/account_asset/static/src/less/account_asset.less"/>
But the question is :
1. When will the less file is compiled to css ?
2. What should I do when I want to override the less file in lower module.
Thanks.