web/web_translate_dialog/__manifest__.py

28 lines
760 B
Python

# Copyright 2012 Guewen Baconnier (Camptocamp SA)
# Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
# 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.2.1",
"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",
]
}