コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2213 ビュー

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
4月 25
3308
5
3月 25
19174
1
6月 24
1907
1
5月 24
1924
1
3月 24
2919