~therp-nl/openerp-web/trunk-momentjs

« back to all changes in this revision

Viewing changes to addons/web_view_editor/__openerp__.py

[IMP]removed view editor from web to web addons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}