You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
752 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2012 Guewen Baconnier (Camptocamp SA)
  3. # Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Web Translate Dialog",
  7. "summary": "Easy-to-use pop-up to translate fields in several languages",
  8. "version": "9.0.1.0.0",
  9. "category": "Web",
  10. "website": "https://odoo-community.org/",
  11. "author": "Camptocamp, "
  12. "Tecnativa, "
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "application": False,
  16. "installable": True,
  17. "depends": [
  18. "web",
  19. ],
  20. "data": [
  21. "view/web_translate.xml",
  22. ],
  23. "qweb": [
  24. "static/src/xml/base.xml",
  25. ]
  26. }