fix __openerp__.py, 'web':True is wrong because there is no web stuff

bzr revid: rco@openerp.com-20110401134003-cb3s1zfl0c8a02q0
This commit is contained in:
Raphael Collet 2011-04-01 15:40:03 +02:00
parent 42e0b9e9b8
commit 509044d5bd
1 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@
{
"name" : "Portal",
"version" : "0.1",
"version" : "0.2",
"depends" : ["base"],
"author" : "OpenERP SA",
"category": 'Tools',
@ -40,9 +40,7 @@ module 'share'.
'demo_xml': [],
'data': ['portal_view.xml'],
'installable': True,
'web': True,
'certificate' : '',
'images': [],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: