changes
This commit is contained in:
33
fusion_theme_switcher/__manifest__.py
Normal file
33
fusion_theme_switcher/__manifest__.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2026 Nexa Systems Inc.
|
||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||
|
||||
{
|
||||
"name": "Fusion Theme Switcher",
|
||||
"version": "19.0.1.0.1",
|
||||
"category": "Productivity",
|
||||
"summary": "Backend header toggle for Odoo Enterprise light and dark mode.",
|
||||
"description": """
|
||||
Fusion Theme Switcher
|
||||
=====================
|
||||
|
||||
Adds a compact backend header toggle so internal users can switch between
|
||||
light mode and dark mode without opening My Preferences.
|
||||
""",
|
||||
"author": "Nexa Systems Inc.",
|
||||
"website": "https://www.nexasystems.ca",
|
||||
"license": "OPL-1",
|
||||
"depends": [
|
||||
"web_enterprise",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"fusion_theme_switcher/static/src/scss/theme_toggle_systray.scss",
|
||||
"fusion_theme_switcher/static/src/xml/theme_toggle_systray.xml",
|
||||
"fusion_theme_switcher/static/src/js/theme_toggle_systray.js",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
"application": False,
|
||||
}
|
||||
Reference in New Issue
Block a user