3
0
Fork 0
web_techsystech/web_shortcut/__manifest__.py

25 lines
606 B
Python

# -*- 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.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',
}