Files
web/web_responsive/__openerp__.py
Dave Lasley 1dc4aa2884 [FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
2017-11-04 11:42:04 -07:00

23 lines
585 B
Python
Executable File

# -*- coding: utf-8 -*-
# Copyright 2016 LasLabs Inc.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Web Responsive",
"summary": "It provides a mobile compliant interface for Odoo Community "
"web",
"version": "9.0.2.0.1",
"category": "Website",
"website": "https://laslabs.com/",
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",
"license": "LGPL-3",
"installable": True,
"depends": [
'web',
],
"data": [
'views/assets.xml',
'views/web.xml',
],
}