2021-05-10 15:45:35 +02:00
|
|
|
{
|
|
|
|
|
'name': 'Bookstore Theme',
|
|
|
|
|
'description': 'Books, Magazines, Music',
|
|
|
|
|
'category': 'Theme/Retail',
|
2021-05-10 15:46:48 +02:00
|
|
|
'summary': 'Library, Books, Magazines, Literature, Musics, Media, Store',
|
2021-05-10 15:45:35 +02:00
|
|
|
'sequence': 250,
|
|
|
|
|
'version': '2.0.0',
|
|
|
|
|
'author': 'Odoo S.A.',
|
|
|
|
|
'depends': ['theme_common', 'website_animate'],
|
|
|
|
|
'data': [
|
2021-05-10 15:46:42 +02:00
|
|
|
'data/ir_asset.xml',
|
2021-05-10 15:45:35 +02:00
|
|
|
'views/images.xml',
|
|
|
|
|
|
|
|
|
|
'views/snippets/s_title.xml',
|
|
|
|
|
'views/snippets/s_three_columns.xml',
|
|
|
|
|
'views/snippets/s_picture.xml',
|
|
|
|
|
'views/snippets/s_text_image.xml',
|
|
|
|
|
'views/snippets/s_product_list.xml',
|
|
|
|
|
'views/snippets/s_call_to_action.xml',
|
2021-05-10 15:46:42 +02:00
|
|
|
'views/snippets/s_cover.xml',
|
2021-05-10 15:45:35 +02:00
|
|
|
],
|
|
|
|
|
'images': [
|
|
|
|
|
'static/description/bookstore_description.png',
|
|
|
|
|
'static/description/bookstore_screenshot.jpg',
|
|
|
|
|
],
|
|
|
|
|
'license': 'LGPL-3',
|
2021-05-10 15:46:42 +02:00
|
|
|
'live_test_url': 'https://theme-bookstore.odoo.com',
|
|
|
|
|
'assets': {
|
|
|
|
|
'website.assets_editor': [
|
|
|
|
|
'theme_bookstore/static/src/js/tour.js',
|
|
|
|
|
],
|
|
|
|
|
}
|
2021-05-10 15:45:35 +02:00
|
|
|
}
|