Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2216 Переглядів

I want to hide setting app from dashboard but want to visible module configuration -> settings accordingly. After going to specific setting via module we can see the general settings option also visible in left side nav bar. Is there any way to hide that general setting from left side nav bar. But want to see specific module settings 

Аватар
Відмінити
Найкраща відповідь

Hi,

In Odoo v16, we can achieve it by simply add the following line a scss file in our custom module.

.o_base_settings .o_setting_container .settings_tab {display:none}

then include the corresponding file in the manifest as below.

'assets': {
'web.assets_backend':['your_module_name/static/src/scss/settings.scss']}

Regards

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
квіт. 25
3585
5
бер. 25
19200
1
черв. 24
1911
I can't open setting Вирішено
1
трав. 24
1932
1
бер. 24
2930