mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
21 lines
577 B
Python
21 lines
577 B
Python
{
|
|
'name': 'Yes Theme',
|
|
'description': 'Yes Theme - Wedding',
|
|
'category': 'Theme/Personal',
|
|
'summary': 'Weddings, Love, Photography, Services',
|
|
'sequence': 330,
|
|
'version': '1.0',
|
|
'depends': ['theme_kea', 'website_animate'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/images.xml',
|
|
'views/snippets/s_banner_parallax.xml',
|
|
],
|
|
'images': [
|
|
'static/description/yes_description.png',
|
|
'static/description/yes_screenshot.jpeg',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-yes.odoo.com',
|
|
}
|