odoo/addons/portal_anonymous/__openerp__.py

15 lines
358 B
Python

{
'name': 'Anonymous portal',
'description': """
Allow anonymous to Access Portal.
=================================
""",
'author': 'OpenERP SA',
'version': '1.0',
'category': 'Hidden',
'website': 'http://www.openerp.com',
'installable': True,
'depends': ['portal', 'auth_anonymous'],
'data': ['portal_anonymous.xml'],
}