[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / addons / web_view_editor / __openerp__.py
1 {
2     "name": "View Editor",
3     "category": "Hidden",
4     "description":
5         """
6         OpenERP Web to edit views.
7         """,
8     "version": "2.0",
9     "depends":['web'],
10     "js": ["static/src/js/view_editor.js"],
11     "css": ['static/src/css/view_editor.css'],
12     "qweb": ['static/src/xml/view_editor.xml'],
13     'auto_install': True,
14 }