Hello All,
Today my Odoo 8 menus stopped working, it does not matter which user I log in as I can see the top and side menu but none of them work or redirect me to the correct page, the middle of the screen where you would expect the content is just blank.
If I type in the URL to take me directly to a page for example an open project then it works and once here I can edit and write back to the DB fine, its just none of the navigational menus (links) are working.
Any one had this before?
This got closed as not enough info, not sure what else I can tell you
Odoo 8 on Windows server,
If I type the direct link in i.e:
/web#view_type=kanban&model=ir.module.module&action=37
it works, if I click on the menu iten that should take me there it does not I just get a blank screen (i can still see the menu but blank content in the middle)
Can some one upvote or make my reply an answer for me I dont have the karma, typical.
After much digging about in the tables I found that the ir_values table had what appeared to be the menu routing in, but they all pointed to action=2040 (which looked wrong), I exported the values of the ir_value table from the day before and after deleting the current ir_value data and importing the days before worked.
Looks like it had written the wrong values in this table and then the menu stopped working, I tried it again with other installs of odoo without the correct modules in and it failed. So it looks like it is generated as and when you import a module or delete one so this needs to be correct for the DB you are working against.
Any way all fixed thought id leave this up here in case it helps any one eles.