Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2200 Vues

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 

Avatar
Ignorer
Meilleure réponse

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

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
avr. 25
2911
5
mars 25
19122
1
juin 24
1893
1
mai 24
1901
1
mars 24
2893