[REVIEW] res_users in mail_thread: removed form view inheritance adding Chatter.
[odoo/odoo.git] / addons / auth_anonymous / __openerp__.py
1 {
2  'name': 'Anonymous',
3  'description': 'Allow anonymous access to OpenERP.',
4  'author': 'OpenERP SA',
5  'version': '1.0',
6  'category': 'Authentication',
7  'website': 'http://www.openerp.com',
8  'installable': True,
9  'depends': ['web'],
10  'data': [
11     'auth_anonymous.xml',
12  ],
13  'js': [
14     'static/src/js/auth_anonymous.js',
15  ],
16  'qweb': [
17      'static/src/xml/auth_anonymous.xml',
18  ],
19 }