You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
606 B
24 lines
606 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2010-2011 Odoo SA (<http://odoo.com>).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
'name': 'Shortcut Menu',
|
|
'version': '10.0.1.0.1',
|
|
'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',
|
|
}
|