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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
1
Odpovědět
2149
Zobrazení
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
2
dub 25
|
2300 | ||
|
5
bře 25
|
18866 | ||
|
1
čvn 24
|
1785 | ||
I can't open setting
Vyřešeno
|
|
1
kvě 24
|
1746 | |
|
1
bře 24
|
2761 |