[FIX][18.0] account_financial_report: fix scss affect other places

Partial revert of 01f22b8256
Adding css in web.assets_backend Affects the display of the Odoo interface
Reverts to how it was in v17
This commit is contained in:
David Ramia
2025-07-24 10:15:02 +02:00
parent 1ffec3d4ee
commit 6bd60a40bd
4 changed files with 8 additions and 2 deletions

View File

@@ -47,7 +47,6 @@
"assets": {
"web.assets_backend": [
"account_financial_report/static/src/js/*",
"account_financial_report/static/src/scss/*",
"account_financial_report/static/src/xml/**/*",
],
},