mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c338c17bf7
Make sure the linting test added in community do not fail.
closes odoo/design-themes#669
X-original-commit: f78f8df161
Signed-off-by: Romain Derie (rde) <rde@odoo.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
16 lines
445 B
Python
16 lines
445 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',
|
|
],
|
|
'license': 'LGPL-3',
|
|
}
|