[ADD] uid field in context used when requesting a view, so modifiers processing can...
[odoo/odoo.git] / addons / html_view / __openerp__.py
1 {
2     "name" : "Html View",
3     "version" : "1.1",
4     "author" : "OpenERP SA",
5     "category" : "Hidden/Test",
6     "depends" : ['base'],
7     "init_xml" : ['html_view.xml'],
8     "demo_xml" : [],
9     "description": """
10 This is the test module which shows HTML tag support in normal XML form view.
11 =============================================================================
12
13 Creates a sample form-view using HTML tags. It is visible only in OpenERP Web.
14     """,
15     'update_xml': ['security/ir.model.access.csv','html_view.xml',],
16     'installable': True,
17     'active': False,
18     'certificate': '001302129363003126557',
19 }
20 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: