[MERGE] forward port of branch 8.0 up to 491372e
[odoo/odoo.git] / addons / theme_bootswatch / __openerp__.py
1 {
2     'name': 'Bootswatch Theme',
3     'description': 'Bootswatch Theme',
4     'category': 'Theme',
5     'version': '1.0',
6     'author': 'OpenERP SA',
7     'depends': ['website'],
8     'data': [
9         'views/theme.xml',
10     ],
11     'application': True,
12 }