[ADD] theme saas-6

This commit is contained in:
Design
2021-05-25 18:32:22 +02:00
committed by Jeremy Kersten
commit b2e6533276
3407 changed files with 104584 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
'name': 'Beauty Theme',
'description': 'Beauty Theme - Cosmetics, Beauty, Make Up, Hairdresser',
'category': 'Theme/Retail',
'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',
],
'price': 4,
'currency': 'EUR',
'live_test_url': 'https://theme-beauty.odoo.com',
}