mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
20 lines
575 B
Python
20 lines
575 B
Python
{
|
|
'name': 'Bookstore Theme',
|
|
'description': 'Books, Magazines, Music',
|
|
'category': 'Theme/Services',
|
|
'summary': 'Books, Magazines, Literature, Musics, Media, Store',
|
|
'sequence': 250,
|
|
'version': '1.0',
|
|
'depends': ['theme_loftspace', 'website_animate'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/images.xml',
|
|
],
|
|
'images': [
|
|
'static/description/bookstore_description.png',
|
|
'static/description/bookstore_screenshot.jpeg',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-bookstore.odoo.com'
|
|
}
|