mirror of https://github.com/OCA/web.git
Update __openerp__.py
parent
55055984b6
commit
b8ae914758
|
@ -22,10 +22,8 @@
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': "Web Hide Left Menu",
|
"name": "Web Hide Left Menu",
|
||||||
'author': "Vauxoo",
|
"summary": """
|
||||||
'category': "Hidden",
|
|
||||||
'description': """
|
|
||||||
Hide Left menu:
|
Hide Left menu:
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -35,18 +33,27 @@ when you are analysing a bunch of data.
|
||||||
Original module by Vauxoo, Migrated to V8.0 by Ahmet Altinisik
|
Original module by Vauxoo, Migrated to V8.0 by Ahmet Altinisik
|
||||||
|
|
||||||
""",
|
""",
|
||||||
'version': "8.0",
|
"version": "8.0.1.0.0",
|
||||||
'depends': ['web'],
|
"category": "Hidden",
|
||||||
'js': [
|
"website": "https://odoo-community.org/",
|
||||||
'static/src/js/lib.js',
|
"author": "Vauxoo, Odoo Community Association (OCA)",
|
||||||
|
"license": "AGPL-3",
|
||||||
|
"application": False,
|
||||||
|
"installable": True,
|
||||||
|
"external_dependencies": {
|
||||||
|
"python": [],
|
||||||
|
"bin": [],
|
||||||
|
},
|
||||||
|
"depends": [
|
||||||
|
"web",
|
||||||
],
|
],
|
||||||
'css': [
|
"js": [
|
||||||
'static/src/css/lib.css',
|
"static/src/js/lib.js",
|
||||||
],
|
],
|
||||||
'qweb': [
|
"css": [
|
||||||
'static/src/xml/lib.xml',
|
"static/src/css/lib.css",
|
||||||
],
|
],
|
||||||
'installable': True,
|
"qweb": [
|
||||||
'auto_install': False,
|
"static/src/xml/lib.xml",
|
||||||
'web_preload': False,
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue