[ADD] theme saas-15

This commit is contained in:
Design
2021-05-12 08:31:54 +02:00
committed by Jeremy Kersten
commit 1680be7f69
3871 changed files with 154991 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
'name': 'Beauty Theme',
'description': 'Beauty Theme - Cosmetics, Beauty, Make Up, Hairdresser',
'category': 'Theme/Retail',
'sequence': 170,
'version': '1.0',
'author': 'Odoo SA',
'depends': ['theme_loftspace', 'website_animate', 'snippet_google_map'],
'data': [
'views/assets.xml',
'views/images.xml',
'views/preset.xml',
],
'demo': [
'demo/demo.xml',
],
'images': [
'static/description/beauty_description.png',
'static/description/beauty_screenshot.jpg',
],
'price': 4,
'currency': 'EUR',
'live_test_url': 'https://theme-beauty.odoo.com',
}