muk-it / muk_web

MuK Odoo Web Modules
GNU Lesser General Public License v3.0
109 stars 232 forks source link

[15.0] Menu not showing on small screens #195

Closed mkrnac closed 2 years ago

mkrnac commented 2 years ago

After installation of this module on freshly installed odoo v15, there is an issue with not showing menus once screen is resized, or opened on phone's browser.

Full size: image

After resized to small width: image

and resized back to full width - menus are not showing up also in this case: image

hussain commented 2 years ago

Mobile view do not have the menu at all. We are facing same issue.

keshrath commented 2 years ago

This is not a mistake, but the intended behavior. The screen is too small to display the sidebar.

hussain commented 2 years ago

@keshrath indeed sidebar should not be display at small screen. We are talking about the menu on top. i.e. if Sale app is selected, there is no way for the user to navigate to customers, products... etc. There used to be a button to show sub-menu to allow user to navigate.

keshrath commented 2 years ago

image

keshrath commented 2 years ago

I will take a look

hussain commented 2 years ago

@keshrath the screenshot you posted has the missing item already!

if you compare the screenshot in posted issue with your screenshot, too right menu is missing in our case.

image

anything to be checked from our side to help?

hussain commented 2 years ago

04ade6eaff0f6f45474434e0735fed6e42123cd7 fixes #195

Tested on Odoo CE 15.0-20211228

Thanks @keshrath