Files
design-themes/theme_beauty/__openerp__.py
T
2021-05-11 16:02:06 +02:00

24 lines
606 B
Python

{
'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',
],
'price': 4,
'currency': 'EUR',
'live_test_url': 'https://theme-beauty.odoo.com',
}