You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
615 B
20 lines
615 B
{
|
|
'name': 'Odoo Experts Theme',
|
|
'description': 'Odoo Experts Business Theme',
|
|
'category': 'Theme/Corporate',
|
|
'summary': 'Corporate, Services, Business, Finance, IT',
|
|
'sequence': 210,
|
|
'version': '1.0',
|
|
'depends': ['theme_loftspace', 'website_animate'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/images.xml',
|
|
'views/snippets.xml',
|
|
],
|
|
'images': [
|
|
'static/description/odoo_experts_description.png',
|
|
'static/description/odoo_experts_screenshot.jpeg',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-odoo-experts.odoo.com',
|
|
}
|