[REF] purchase: search view of purchase order and form view of merge order wizard
[odoo/odoo.git] / addons / html_view / __terp__.py
1 {
2     "name" : "Html View",
3     "version" : "1.1",
4     "author" : "Tiny",
5     "category" : "Generic Modules/Inventory Control",
6     "depends" : ['base'],
7     "init_xml" : ['html_view.xml'],
8     "demo_xml" : [],
9     "description": """
10     This is the test module which shows html tag supports in normal xml form view.
11     """,
12     'update_xml': ['html_view.xml'],
13     'installable': True,
14     'active': False,
15     'certificate': '',
16 }
17 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: