flectra/addons/theme_bootswatch/__manifest__.py
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

22 lines
717 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',
'static/description/bootswatch_screenshot.jpg',
],
'application': False,
}