Files
Odoo-Modules/fusion_theme_switcher/__manifest__.py
gsinghpal 6b7b44264a changes
2026-05-10 10:25:12 -04:00

34 lines
1.0 KiB
Python

# -*- 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,
}