# Copyright 2012 Guewen Baconnier (Camptocamp SA) # Copyright 2016 Antonio Espinosa # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Web Translate Dialog", "summary": "Easy-to-use pop-up to translate fields in several languages", "version": "12.0.1.1.5", "category": "Web", "website": "https://github.com/OCA/web", "author": "Camptocamp, " "Tecnativa, " "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, 'installable': True, "depends": [ "web", ], "data": [ "views/res_lang.xml", "views/web_translate.xml", ], "qweb": [ "static/src/xml/base.xml", ] }