Files
design-themes/theme_common/__manifest__.py
T
Sébastien Mottet (oms) 57e1e285b8 [FIX] theme_*: move snippet lists from iap to design-theme repo
Previously the configurator retrieved the snippet lists
needed to build the website pages from IAP. These lists
have been put in the theme manifests and can be accessed
from it.

Odoo PR: odoo/odoo#77243
IAP PR: odoo/iap-apps#411

closes odoo/design-themes#510

X-original-commit: 285d413a44
Related: odoo/odoo#77550
Signed-off-by: Jérémy Kersten (jke) <jke@openerp.com>
2021-09-30 17:12:08 +00:00

17 lines
471 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,
'license': 'LGPL-3',
}