odoo/addons/theme_bootswatch/__manifest__.py

19 lines
646 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Bootswatch Theme',
'summary': 'Support for Bootswatch themes in master',
'description': 'This theme module is exclusively for master to keep the support of Bootswatch themes which were previously part of the website module in 8.0.',
'category': 'Theme',
'sequence': 900,
'version': '1.0',
'depends': ['website'],
'data': [
'data/theme_bootswatch_data.xml',
'views/theme_bootswatch_templates.xml',
],
'images': ['static/description/bootswatch.png'],
'application': False,
}