# -*- coding: utf-8 -*- { "name": "Code Backend Theme V18", "summary": "Minimalist and elegant backend theme for Odoo 18", "description": """Attractive and modern backend theme for Odoo 18""", "category": "Themes/Backend", "version": "18.0.1.0.0", "author": "Cybrosys Techno Solutions", "company": "Cybrosys Techno Solutions", "maintainer": "Cybrosys Techno Solutions", "website": "https://www.cybrosys.com", "license": "LGPL-3", "depends": ["base", "web", "mail", "account"], # add 'account' if you patch its dashboard "assets": { "web.assets_backend": [ # "code_backend_theme/static/src/scss/theme_accent.scss", "code_backend_theme/static/src/scss/navigation_bar.scss", "code_backend_theme/static/src/scss/datetimepicker.scss", "code_backend_theme/static/src/scss/theme.scss", "code_backend_theme/static/src/scss/sidebar.scss", "code_backend_theme/static/src/js/fields/basic_fields.js", "code_backend_theme/static/src/js/fields/graph.js", "code_backend_theme/static/src/js/chrome/sidebar.js", "code_backend_theme/static/src/js/chrome/sidebar_menu.js", ], "web.assets_frontend": [ "code_backend_theme/static/src/scss/login.scss", ], "web.qweb": [ "code_backend_theme/static/src/xml/sidebar.xml", "code_backend_theme/static/src/xml/styles.xml", "code_backend_theme/static/src/xml/top_bar.xml", ], }, "images": [ "static/description/banner.png", "static/description/theme_screenshot.png", ], "post_init_hook": "post_init_hook", "installable": True, "application": False, "auto_install": False, }