mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
33 lines
918 B
Python
33 lines
918 B
Python
{
|
|
'name': 'Kiddo Theme',
|
|
'description': 'Kiddo theme for Odoo Website',
|
|
'category': 'Theme/Retail',
|
|
'summary': 'Nursery, Toys, Games, Kids, Boys, Girls, Stores',
|
|
'sequence': 290,
|
|
'version': '2.0.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['theme_common'],
|
|
'data': [
|
|
'data/ir_asset.xml',
|
|
'views/images_library.xml',
|
|
|
|
'views/snippets/s_banner.xml',
|
|
'views/snippets/s_image_text.xml',
|
|
'views/snippets/s_product_list.xml',
|
|
'views/snippets/s_three_columns.xml',
|
|
'views/snippets/s_call_to_action.xml',
|
|
|
|
],
|
|
'images': [
|
|
'static/description/Kiddo_description.png',
|
|
'static/description/kiddo_screenshot.jpg',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-kiddo.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_kiddo/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|