odoo/addons/web_hello/__openerp__.py

11 lines
204 B
Python

{
"name": "Hello",
"category" : "Hidden",
"version": "2.0",
"depends": [],
"js": ["static/*/*.js", "static/*/js/*.js"],
"css": [],
'active': False,
'web_preload': False,
}