flectra/addons/theme_default/__manifest__.py

22 lines
613 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Default Theme',
'author': 'Odoo S.A.',
'description': 'Default website theme to showcase customization possibilities.',
'category': 'Theme/Hidden',
'sequence': 1000,
'version': '1.0',
'depends': ['website'],
'data': [
'data/theme_default_data.xml',
'views/theme_default_templates.xml',
],
'images': [
'static/description/cover.png',
'static/description/theme_default_screenshot.jpg',
],
'application': False,
}