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
730 B

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