Files
design-themes/theme_common/__manifest__.py
T
Victor Feyens c338c17bf7 [FIX] *: clean useless content in manifests
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>
2023-07-07 10:52:58 +02:00

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',
}