25 lines
663 B
Python
25 lines
663 B
Python
{
|
|
'name': 'Odoo Experts Theme',
|
|
'description': 'Odoo Experts Business Theme',
|
|
'category': 'Theme/Corporate',
|
|
'version': '1.0',
|
|
'author': 'Odoo SA',
|
|
'depends': ['theme_loftspace', 'website_animate', 'snippet_google_map'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/images.xml',
|
|
'views/preset.xml',
|
|
'views/layout.xml',
|
|
'views/snippets.xml',
|
|
],
|
|
'demo': [
|
|
'demo/demo.xml',
|
|
'demo/blocks.xml',
|
|
],
|
|
'images': [
|
|
'static/description/odoo_experts_description.png',
|
|
],
|
|
'price': 4,
|
|
'currency': 'EUR',
|
|
'live_test_url': 'https://theme-odoo-experts.odoo.com',
|
|
} |