# -*- coding: utf-8 -*- # Copyright 2010-2011 Odoo SA (). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Shortcut Menu', 'version': '9.0.1.0.0', 'category': 'Web', 'author': 'Odoo SA,Odoo Community Association (OCA)', 'website': 'http://openerp.com', 'depends': [ 'base', 'web' ], 'data': [ 'security/ir.model.access.csv', 'templates/assets.xml', ], 'qweb': [ 'static/src/xml/web_shortcut.xml' ], 'installable': True, 'auto_install': False, 'license': 'AGPL-3', }