Files
Julien Castiaux c26bfbab17 [IMP] all: add missing author in all manifests
The author field was made required by the previous commit, this commit
add the missing field in all manifests.

The upgrade-code script `18.2-01-manifest-author.py` was used. See
related community branch (same commit title).

task-4485983

closes odoo/design-themes#1044

Related: odoo/odoo#196408
Related: odoo/enterprise#78513
Related: odoo/documentation#11956
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
2025-02-24 10:35:07 +00:00

54 lines
1.4 KiB
Python

{
'name': 'Themes Testing Module',
'version': '1.0',
'category': 'Hidden',
'sequence': 9877,
'summary': 'Create a new website for each Odoo theme for an easy preview.',
'description': """This module will help you to quickly test all the Odoo
themes without having to switch from one theme to another on your website.
It will simply create a new website for each Odoo theme and install every
theme on one website.""",
'depends': [
# CE themes
'theme_default',
# design-themes themes
'theme_anelusia',
'theme_artists',
'theme_avantgarde',
'theme_aviato',
'theme_beauty',
'theme_bewise',
'theme_bistro',
'theme_bookstore',
'theme_buzzy',
'theme_clean',
'theme_cobalt',
'theme_enark',
'theme_graphene',
'theme_kea',
'theme_kiddo',
'theme_loftspace',
'theme_monglia',
'theme_nano',
'theme_notes',
'theme_odoo_experts',
'theme_orchid',
'theme_paptic',
'theme_real_estate',
'theme_treehouse',
'theme_vehicle',
'theme_yes',
'theme_zap',
],
'installable': True,
'post_init_hook': 'post_init_hook',
'assets': {
'website.assets_editor': [
'test_themes/static/src/systray_items/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}