mirror of https://github.com/OCA/web.git
19 lines
674 B
Python
19 lines
674 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": "13.0.1.1.0",
|
|
"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"],
|
|
}
|