24 lines
583 B
Python
24 lines
583 B
Python
{
|
|
'name': 'Bistro Theme',
|
|
'description': 'Bistro Theme - Restaurant, Food/Drink, Catering, Food trucks',
|
|
'category': 'Theme/Services',
|
|
'version': '1.0',
|
|
'author': 'Odoo SA',
|
|
'depends': ['theme_treehouse'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/images.xml',
|
|
'views/preset.xml',
|
|
'views/snippets_options.xml',
|
|
],
|
|
'demo': [
|
|
'demo/home.xml',
|
|
],
|
|
'images': [
|
|
'static/description/bistro_cover.jpg',
|
|
],
|
|
'price': 4,
|
|
'currency': 'EUR',
|
|
'live_test_url': 'https://theme-bistro.odoo.com'
|
|
}
|