# Copyright 2015 Francesco OpenCode Apruzzese # Copyright 2016 Antonio Espinosa # Copyright 2017 Thomas Binsfeld # Copyright 2017 Xavier Jiménez # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': "Web Environment Ribbon", 'version': '12.0.1.0.0', 'category': 'Web', 'author': 'Francesco OpenCode Apruzzese, ' 'Tecnativa, ' 'Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/web', 'license': 'AGPL-3', "depends": [ 'web', ], "data": [ 'data/ribbon_data.xml', 'view/base_view.xml', ], "auto_install": False, 'installable': True }