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.
23 lines
523 B
23 lines
523 B
{
|
|
'name': "Awesome Backend Theme",
|
|
'summary': """ You can simply edit font colour and background colour in this Theme.""",
|
|
'description': """ Your own colors on your interface.""",
|
|
'author': "Cybrosys Tachno Solutions",
|
|
'category': 'Theme',
|
|
'version': '1.0',
|
|
|
|
|
|
'depends': [
|
|
'base',
|
|
'web_widget_color', ],
|
|
|
|
|
|
'data': ['template/template.xml',
|
|
'views/theme_view.xml',
|
|
],
|
|
|
|
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': True,
|
|
}
|
|
|