base_hello manifest

bzr revid: al@openerp.com-20110307093214-df425vc8krhc1bqq
This commit is contained in:
Antony Lesuisse 2011-03-07 10:32:14 +01:00
parent fc679ac8a5
commit 5fabf04810
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"name": "Hello",
"version": "2.0",
"depends": [],
"js": ["static/*/*.js", "static/*/js/*.js"],
"css": [],
}