You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
942 B
31 lines
942 B
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
"name": "Dodger Blue Backend Theme",
|
|
"summary": "Outrageous Blue Backend Theme",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Themes/Backend",
|
|
"website": "https://www.cybrosys.com",
|
|
"description": """Backend theme for Odoo 14.0 community edition. Blue theme blue backend theme odoo backend theme""",
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
"depends": [
|
|
'website',
|
|
'portal',
|
|
'web_responsive'
|
|
],
|
|
"data": [
|
|
'views/assets.xml',
|
|
'views/login_templates.xml',
|
|
],
|
|
'qweb': ['static/src/xml/base_ext.xml',
|
|
# 'static/src/xml/sidebar_menu_icon.xml',
|
|
'static/src/xml/*.xml'],
|
|
'license': 'LGPL-3',
|
|
'images': ['static/description/banner.png'],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False,
|
|
|
|
}
|
|
|