Hello,
After adding assets to the backend, I know try to incooperate css styling and fonts into the reports. Herefore I added the following to my module:
'assets': {
'web.report_assets_common': [
'design_templates/static/src/css/**/*',
'design_templates/static/src/css/*',
],
While I it worked for the web.assets_common to restart Odoo and regenerate the assets bundles, the report_assets* are not updated.
I can see in settings -> database structures -> attachements
That the file report_assets_common.css is still old. It seems to have updated at some point after all the minified versions (which are still from february installation date), but I cannot get my files to be included or the assets to be generated, even with restarting odoo and regenerating the assets from the menu.
Is there any way to force a regeneration of a specific asset bundle and check, which files are marked for inclusion?