mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
16 lines
450 B
Python
16 lines
450 B
Python
{
|
|
'name': 'Theme Common',
|
|
'summary': 'Snippets Library',
|
|
'description': 'Snippets library containing snippets to be styled in themes.',
|
|
'category': 'Hidden',
|
|
'version': '1.1',
|
|
'depends': ['website'],
|
|
'data': [
|
|
'data/data.xml',
|
|
'views/old_snippets/s_column.xml',
|
|
'views/old_snippets/s_page_header.xml',
|
|
'views/old_snippets/s_three_columns_circle.xml',
|
|
],
|
|
'application': False,
|
|
}
|