[ADD] theme 10.0

This commit is contained in:
Design
2021-05-11 15:49:42 +02:00
committed by Jeremy Kersten
commit dfcb89fc4a
3871 changed files with 155210 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
'name': 'Bistro Theme',
'description': 'Bistro Theme - Restaurant, Food/Drink, Catering, Food trucks',
'category': 'Theme/Services',
'sequence': 220,
'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',
'static/description/bistro_screenshot.jpeg',
],
'price': 4,
'currency': 'EUR',
'live_test_url': 'https://theme-bistro.odoo.com'
}