documentation/content
Romaric PINSET LEPRETRE c987026527 [FIX] app/website: Gengo doesn't work and can't have worked
Backport of https://github.com/odoo/documentation/pull/1002 .

In V12 and V13, Gengo can't be used on SaaS and Odoo.sh by default
because they don't install the gengo Python library. If the library
is installed on Odoo.sh by the user, it still won't work, because there's
a typo in `base.gengo.translations` here (the -s is missing):
651caf0f59/addons/base_gengo/controller/main.py (L15)

This code is responsible for handling the results returned by Gengo when
the translation is ready. The typo has been present since at least 2016.
Meaning this can't have worked during that period. Fixing that typo
results in the json.loads following it failing due to an unexpected
number of arguments. That code looks it hasn't ran in a long while.

So I propose to remove mention of Gengo from the documentation in V12
and V13 to avoid any future confusion about it possibly working. Since
the feature can't have worked and support for it in V14 has already been
dropped, it doesn't seem worthwhile to attempt to bugfix it at this stage.
2021-08-17 15:35:25 +02:00
..
administration [IMP] admin/odoo.sh: supported versions in "getting_started/create" 2021-06-24 16:48:17 +02:00
applications [FIX] app/website: Gengo doesn't work and can't have worked 2021-08-17 15:35:25 +02:00
contributing [REM] developer/upgrade: remove outdated page 2021-08-03 13:21:24 +00:00
developer [REM] developer/upgrade: remove outdated page 2021-08-03 13:21:24 +00:00
legal [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00
services [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00
administration.rst [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00
applications.rst [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00
contributing.rst [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00
developer.rst [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00
index.rst [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00
legal.rst [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00
services.rst [IMP] *: exclude empty TOC pages from search results 2021-06-09 11:55:34 +02:00