Skip to Content
Menu
This question has been flagged
2 Replies
1049 Views

After a lot of issues trying to recover and installing a database backup, I still have one issue I am trying to solve. I cannot access the Apps menu. My feeling is that something with the additional community appy I have installed has gone wrong. But without the apps menu this seems to by a bit more difficult to fix.

TypeError: Cannot read properties of undefined (reading 'string')
    at https://erp.behnsen.eu/web/assets/1257-0f185d4/web.assets_backend.min.js:6591:211
    at traverse (https://erp.behnsen.eu/web/assets/1257-0f185d4/web.assets_backend.min.js:6586:200)
    at https://erp.behnsen.eu/web/assets/1257-0f185d4/web.assets_backend.min.js:6586:242
    at _.each._.forEach (https://erp.behnsen.eu/web/assets/1256-a891ded/web.assets_common.min.js:61:404)
    at traverse (https://erp.behnsen.eu/web/assets/1257-0f185d4/web.assets_backend.min.js:6586:211)
    at processArch (https://erp.behnsen.eu/web/assets/1257-0f185d4/web.assets_backend.min.js:6590:180)
    at generateLegacyLoadViewsResult (https://erp.behnsen.eu/web/assets/1257-0f185d4/web.assets_backend.min.js:6588:106)
    at https://erp.behnsen.eu/web/assets/1257-0f185d4/web.assets_backend.min.js:5626:447

I do get the occasional Error that a file is not found in the filestore, but I dont really have any way to fix that (and I dont know to which module/app this file belongs)...

(odoo.addons.base.models.ir_attachment is the looking for the missing file).

Any ideas about what to do? 

Is there a way to remove the additional addons from the comand line (I use an Ubuntu Server).

Avatar
Discard
Author

I just noticed that also in projects I also get this type of error when trying to access the details of a project or tasks attached to a project...

Author

I have been trying to investigate further, but I am stuck. There are a couple of files that can not be found in the filestore. I have already tried to regenerate the asset bundles and also deleting ir_attachment data.
So far nothing helps
Except for the project details and the apps menu everything else works fine in odoo

Author Best Answer

Yes the error happens when I klick on "Apps" in the Main menu.

After my system has becom unusable after attempting to install a 3rd party add-on and a few more attempts to overcome the issue I uninstalled Odoo (V16 from somewhere in december) and reinstalled it with the latest version (21/2/2023) and then importing my last Backup (I actually tries several of my daily backups of a few days back but the results were all the similar).

Avatar
Discard
Best Answer

That Error appears when you are klicking the Apps-Menu or what is the behavior than?

Did you made an upgrade of the base-module via -u base?

Avatar
Discard