Files
design-themes/theme_nano/__manifest__.py
T
2021-05-10 15:46:48 +02:00

32 lines
967 B
Python

{
'name': 'Nano Theme',
'description': 'Nano Theme - Responsive Bootstrap Theme for Odoo CMS - Vertical Layout and Sidebar icons',
'category': 'Theme/Lifestyle',
'summary': 'Maker, Agencies, Creative, Design, IT, Services, Fancy',
'sequence': 270,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['theme_common'],
'data': [
'data/ir_asset.xml',
'views/images_library.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_features.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_text_block.xml',
'views/snippets/s_three_columns.xml',
],
'images': [
'static/description/nano_cover.gif',
'static/description/nano_screenshot.jpeg',
],
'license': 'LGPL-3',
'live_test_url': 'https://theme-nano.odoo.com',
'assets': {
'website.assets_editor': [
'theme_nano/static/src/js/tour.js',
],
}
}