odoo/addons/web_default_home/__openerp__.py

9 lines
191 B
Python

{
"name" : "OpenERP Web installer home",
"version" : "2.0",
"depends" : ['web'],
'active': True,
'js': ['static/src/js/home.js'],
'css': ['static/src/css/home.css']
}