mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
22 lines
612 B
Python
22 lines
612 B
Python
{
|
|
'name': 'Kiddo Theme',
|
|
'description': 'Kiddo theme for Odoo Website',
|
|
'category': 'Theme/Retail',
|
|
'summary': 'Toys, Games, Kids, Boys, Girls, Stores',
|
|
'sequence': 290,
|
|
'version': '1.1',
|
|
'depends': ['theme_common'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/snippets.xml',
|
|
'views/images_content.xml',
|
|
'views/images_library.xml',
|
|
],
|
|
'images': [
|
|
'static/description/Kiddo_description.png',
|
|
'static/description/kiddo_screenshot.jpeg',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-kiddo.odoo.com/page/demo'
|
|
}
|