odoo/addons/web/__openerp__.py

22 lines
450 B
Python

{
'name': 'Web',
'category': 'Hidden',
'version': '1.0',
'description':
"""
OpenERP Web core module.
========================
This module provides the core of the OpenERP Web Client.
""",
'depends': ['base'],
'auto_install': True,
'data': [
'views/webclient_templates.xml',
],
'qweb' : [
"static/src/xml/*.xml",
],
'bootstrap': True, # load translations for login screen
}