You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
678 B
22 lines
678 B
# Copyright 2015-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
|
|
# - Houssine BAKKALI - <houssine@coopiteasy.be>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': 'Theme light',
|
|
'description': 'extract of the theme zen',
|
|
'category': 'Website',
|
|
'version': '12.0.1.0.0',
|
|
'author': 'Benjamin Dugardin',
|
|
'author': 'Houssine BAKKALI',
|
|
'website': "www.coopiteasy.be",
|
|
'depends': ['base',
|
|
'web',
|
|
'website_theme_install'
|
|
],
|
|
'data': [
|
|
'views/layout_template.xml',
|
|
'report/header_report_G002.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
}
|