# -*- coding: utf-8 -*- # © 2016 Onestein () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Menu Technical Info', 'category': 'Administration', 'version': '9.0.1.0.0', 'author': 'Onestein, Odoo Community Association (OCA)', 'license': 'AGPL-3', 'website': 'http://www.onestein.eu', 'depends': ['web'], 'data': [ 'views/menu_technical_info_templates.xml', ], 'summary': "Fast way to look up technical info about menu item." }