flectra/addons/theme_bootswatch/__manifest__.py
2018-01-16 16:38:17 +05:30

23 lines
753 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Bootswatch Theme',
'author': 'Odoo S.A.',
'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',
'static/description/bootswatch_screenshot.jpg',
],
'application': False,
}