odoo/addons/web_default_home/__openerp__.py

9 lines
192 B
Python
Raw Normal View History

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