This question has been flagged
1 Reply
161 Views

Hi,


I've created an application from scratch on Odoo Studio 17 with a few menus with a list of addresses.

I don't know if it was when I uploaded some data or if it was when I modified some views, but now I can't open my application.

It just reloads the app selection screens without any error. Same on all browsers and on the mobile app.

I find no way to display any error logs in Odoo's interface.

On the developer panel in Firefox or Chrome, no issue detected. It ought to be a server side issue.

How to troubleshoot this ?


Thank you in advance

Avatar
Discard
Author Best Answer

OK, I finally found the issue.

It wasn't a crash but the loading of the app was made on the first parent menu : normal behaviour.

The odd part is that the action linked to this parent menu was ir.actions.act_url > Menu of the home page

I replaced it to ir.actions.act_window > My first submenu and it worked !

It's weird it happened, I never changed the actions of a menu. Ever.

Avatar
Discard