| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/13.0/base_gengo |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Martin Trigaux, Christophe Simonis, Xavier Morel, Adrian Torres, Xavier-Do, mgh-odoo, Raf Geens |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:06:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_setup - base - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Automated Translations through Gengo API
========================================
This module will install passive scheduler job for automated translations
using the Gengo API. To activate it, you must
1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`
2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.
This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_gengo_translation_wizard_from |
base.gengo.translation.form | base.gengo.translations | form | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.base.gengo | res.config.settings | xpath | Inherits base_setup.res_config_settings_view_form |
view_ir_translation_inherit_base_gengo_form |
ir.translation.form.inherit | ir.translation | xpath | Inherits base.view_translation_form |
view_translation_search |
ir.translation.search.inherit | ir.translation | xpath | Inherits base.view_translation_search |
authorized_credentials
Boolean
lang_id
Many2one → res.lang
required=True
args: 'res.lang', 'Language'
sync_limit
Integer
default=20
args: 'No. of terms to sync'
sync_type
Selection
default='both'
required=True
args: [('send', 'Send New Terms'), ('receive', 'Receive Translation'), ('both', 'Both')], 'Sync Type'
act_update(self)
default_get(self, fields)
gengo_authentication(self)
init(self)
open_company(self)
pack_jobs_request(self, term_ids, context=None)
gengo_comment
Text
gengo_translation
Selection
help='You can select here the service level you want for an automatic translation using Gengo.'
args: [('machine', 'Translation By Machine'), ('standard', 'Standard'), ('pro', 'Pro'), ('ultra', 'Ultra')], 'Gengo Translation Service Level'
order_id
Char
No public methods.
gengo_auto_approve
Boolean
default=True
groups='base.group_user'
help='Jobs are Automatically Approved by Gengo.'
string='Auto Approve Translation ?'
gengo_comment
Text
groups='base.group_user'
help='This comment will be automatically be enclosed in each an every request sent to Gengo'
string='Comments'
gengo_private_key
Char
copy=False
groups='base.group_system'
string='Gengo Private Key'
gengo_public_key
Text
copy=False
groups='base.group_user'
string='Gengo Public Key'
gengo_sandbox
Boolean
help="Check this box if you're using the sandbox mode of Gengo, mainly used for testing purpose."
string='Sandbox Mode'
No public methods.
gengo_auto_approve
Boolean
help='Jobs are Automatically Approved by Gengo.'
readonly=False
related='company_id.gengo_auto_approve'
string='Auto Approve Translation ?'
gengo_comment
Text
help='This comment will be automatically be enclosed in each an every request sent to Gengo'
related='company_id.gengo_comment'
string='Comments'
gengo_private_key
Char
readonly=False
related='company_id.gengo_private_key'
string='Gengo Private Key'
gengo_public_key
Text
readonly=False
related='company_id.gengo_public_key'
string='Gengo Public Key'
gengo_sandbox
Boolean
help="Check this box if you're using the sandbox mode of Gengo, mainly used for testing purpose."
readonly=False
related='company_id.gengo_sandbox'
string='Sandbox Mode'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/12.0/base_gengo |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Christophe Simonis, Nicolas Martinelli, GitHub, Yannick Tivisse, qsm-odoo, Julien (juc) Castiaux, Adrian Torres, mreficent, Xavier-Do, Raf Geens |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:57:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_setup - base - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Automated Translations through Gengo API
========================================
This module will install passive scheduler job for automated translations
using the Gengo API. To activate it, you must
1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`
2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.
This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_gengo_translation_wizard_from |
base.gengo.translation.form | base.gengo.translations | form | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.base.gengo | res.config.settings | xpath | Inherits base_setup.res_config_settings_view_form |
view_ir_translation_inherit_base_gengo_form |
ir.translation.form.inherit | ir.translation | xpath | Inherits base.view_translation_form |
view_translation_search |
ir.translation.search.inherit | ir.translation | xpath | Inherits base.view_translation_search |
authorized_credentials
Boolean
lang_id
Many2one → res.lang
required=True
args: 'res.lang', 'Language'
sync_limit
Integer
default=20
args: 'No. of terms to sync'
sync_type
Selection
default='both'
required=True
args: [('send', 'Send New Terms'), ('receive', 'Receive Translation'), ('both', 'Both')], 'Sync Type'
act_update(self)
default_get(self, fields)
gengo_authentication(self)
get_gengo_key(self)
init(self)
open_company(self)
pack_jobs_request(self, term_ids, context=None)
gengo_comment
Text
gengo_translation
Selection
help='You can select here the service level you want for an automatic translation using Gengo.'
args: [('machine', 'Translation By Machine'), ('standard', 'Standard'), ('pro', 'Pro'), ('ultra', 'Ultra')], 'Gengo Translation Service Level'
order_id
Char
No public methods.
gengo_auto_approve
Boolean
default=True
groups='base.group_user'
help='Jobs are Automatically Approved by Gengo.'
string='Auto Approve Translation ?'
gengo_comment
Text
groups='base.group_user'
help='This comment will be automatically be enclosed in each an every request sent to Gengo'
string='Comments'
gengo_private_key
Text
copy=False
groups='base.group_system'
string='Gengo Private Key'
gengo_public_key
Text
copy=False
groups='base.group_user'
string='Gengo Public Key'
gengo_sandbox
Boolean
help="Check this box if you're using the sandbox mode of Gengo, mainly used for testing purpose."
string='Sandbox Mode'
No public methods.
gengo_auto_approve
Boolean
help='Jobs are Automatically Approved by Gengo.'
readonly=False
related='company_id.gengo_auto_approve'
string='Auto Approve Translation ?'
gengo_comment
Text
help='This comment will be automatically be enclosed in each an every request sent to Gengo'
related='company_id.gengo_comment'
string='Comments'
gengo_private_key
Text
readonly=False
related='company_id.gengo_private_key'
string='Gengo Private Key'
gengo_public_key
Text
readonly=False
related='company_id.gengo_public_key'
string='Gengo Public Key'
gengo_sandbox
Boolean
help="Check this box if you're using the sandbox mode of Gengo, mainly used for testing purpose."
readonly=False
related='company_id.gengo_sandbox'
string='Sandbox Mode'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/11.0/base_gengo |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Christophe Simonis, Xavier Morel, GitHub, Yannick Tivisse, Odoo Online |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:53:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_setup - base - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Automated Translations through Gengo API
========================================
This module will install passive scheduler job for automated translations
using the Gengo API. To activate it, you must
1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`
2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.
This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_gengo_translation_wizard_from |
base.gengo.translation.form | base.gengo.translations | form | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.base.gengo | res.config.settings | xpath | Inherits base_setup.res_config_settings_view_form |
view_ir_translation_inherit_base_gengo_form |
ir.translation.form.inherit | ir.translation | xpath | Inherits base.view_translation_form |
view_translation_search |
ir.translation.search.inherit | ir.translation | xpath | Inherits base.view_translation_search |
authorized_credentials
Boolean
lang_id
Many2one → res.lang
required=True
args: 'res.lang', 'Language'
sync_limit
Integer
default=20
args: 'No. of terms to sync'
sync_type
Selection
default='both'
required=True
args: [('send', 'Send New Terms'), ('receive', 'Receive Translation'), ('both', 'Both')], 'Sync Type'
act_update(self)
default_get(self, fields)
gengo_authentication(self)
get_gengo_key(self)
init(self)
open_company(self)
pack_jobs_request(self, term_ids, context=None)
gengo_comment
Text
gengo_translation
Selection
help='You can select here the service level you want for an automatic translation using Gengo.'
args: [('machine', 'Translation By Machine'), ('standard', 'Standard'), ('pro', 'Pro'), ('ultra', 'Ultra')], 'Gengo Translation Service Level'
order_id
Char
No public methods.
gengo_auto_approve
Boolean
default=True
groups='base.group_user'
help='Jobs are Automatically Approved by Gengo.'
string='Auto Approve Translation ?'
gengo_comment
Text
groups='base.group_user'
help='This comment will be automatically be enclosed in each an every request sent to Gengo'
string='Comments'
gengo_private_key
Text
copy=False
groups='base.group_system'
string='Gengo Private Key'
gengo_public_key
Text
copy=False
groups='base.group_user'
string='Gengo Public Key'
gengo_sandbox
Boolean
help="Check this box if you're using the sandbox mode of Gengo, mainly used for testing purpose."
string='Sandbox Mode'
No public methods.
gengo_auto_approve
Boolean
help='Jobs are Automatically Approved by Gengo.'
related='company_id.gengo_auto_approve'
string='Auto Approve Translation ?'
gengo_comment
Text
help='This comment will be automatically be enclosed in each an every request sent to Gengo'
related='company_id.gengo_comment'
string='Comments'
gengo_private_key
Text
related='company_id.gengo_private_key'
string='Gengo Private Key'
gengo_public_key
Text
related='company_id.gengo_public_key'
string='Gengo Public Key'
gengo_sandbox
Boolean
help="Check this box if you're using the sandbox mode of Gengo, mainly used for testing purpose."
string='Sandbox Mode'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/10.0/base_gengo |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Julien Legros, qdp-odoo, Damien Bouvy, Yannick Tivisse |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:50:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_setup - base - web_kanban - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Automated Translations through Gengo API
========================================
This module will install passive scheduler job for automated translations
using the Gengo API. To activate it, you must
1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`
2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.
This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_gengo_translation_wizard_from |
base.gengo.translation.form | base.gengo.translations | form | New |
view_general_configuration_form_inherit_base_gengo |
base.config.settings.form.inherit.base.gengo | base.config.settings | xpath | Inherits base_setup.view_general_configuration |
view_ir_translation_inherit_base_gengo_form |
ir.translation.form.inherit | ir.translation | xpath | Inherits base.view_translation_form |
view_translation_search |
ir.translation.search.inherit | ir.translation | xpath | Inherits base.view_translation_search |
gengo_auto_approve
Boolean
help='Jobs are Automatically Approved by Gengo.'
related='company_id.gengo_auto_approve'
string='Auto Approve Translation ?'
gengo_comment
Text
help='This comment will be automatically be enclosed in each an every request sent to Gengo'
related='company_id.gengo_comment'
string='Comments'
gengo_private_key
Text
related='company_id.gengo_private_key'
string='Gengo Private Key'
gengo_public_key
Text
related='company_id.gengo_public_key'
string='Gengo Public Key'
gengo_sandbox
Boolean
help="Check this box if you're using the sandbox mode of Gengo, mainly used for testing purpose."
string='Sandbox Mode'
No public methods.
gengo_comment
Text
gengo_translation
Selection
help='You can select here the service level you want for an automatic translation using Gengo.'
args: [('machine', 'Translation By Machine'), ('standard', 'Standard'), ('pro', 'Pro'), ('ultra', 'Ultra')], 'Gengo Translation Service Level'
order_id
Char
No public methods.
gengo_auto_approve
Boolean
default=True
groups='base.group_user'
help='Jobs are Automatically Approved by Gengo.'
string='Auto Approve Translation ?'
gengo_comment
Text
groups='base.group_user'
help='This comment will be automatically be enclosed in each an every request sent to Gengo'
string='Comments'
gengo_private_key
Text
copy=False
groups='base.group_system'
string='Gengo Private Key'
gengo_public_key
Text
copy=False
groups='base.group_user'
string='Gengo Public Key'
gengo_sandbox
Boolean
help="Check this box if you're using the sandbox mode of Gengo, mainly used for testing purpose."
string='Sandbox Mode'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/base_gengo |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Nicolas Lempereur, xmo-odoo, Richard Mathot, Aaron Bohy, Yannick Tivisse |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:48:31 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Automated Translations through Gengo API
========================================
This module will install passive scheduler job for automated translations
using the Gengo API. To activate it, you must
1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`
2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.
This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_gengo_translation_wizard_from |
base.gengo.translation.form | base.gengo.translations | form | New |
view_company_inherit_base_gengo_form |
res.company.form.inherit | res.company | xpath | Inherits base.view_company_form |
view_ir_translation_inherit_base_gengo_form |
ir.translation.form.inherit | ir.translation | xpath | Inherits base.view_translation_form |
view_translation_search |
Translations | ir.translation | search | Inherits base.view_translation_search |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/8.0/base_gengo |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Fabien Meghazi, Christophe Simonis, Richard Mathot, Jeremy Kersten, Parth Gajjar (Open ERP) |
| WEBSITE | |
| WEBSITE | https://www.odoo.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:45:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Automated Translations through Gengo API
========================================
This module will install passive scheduler job for automated translations
using the Gengo API. To activate it, you must
1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`
2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.
This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_gengo_translation_wizard_from |
base.gengo.translation.form | base.gengo.translations | form | New |
view_company_inherit_base_gengo_form |
res.company.form.inherit | res.company | xpath | Inherits base.view_company_form |
view_ir_translation_inherit_base_gengo_form |
ir.translation.form.inherit | ir.translation | xpath | Inherits base.view_translation_form |
view_translation_search |
Translations | ir.translation | search | Inherits base.view_translation_search |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/7.0/base_gengo |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Twinkle Christian (OpenERP), Cecile Tonglet, Odoo Translation Bot, ajay javiya (OpenERP), Martin Trigaux, Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Denis Ledoux, Jigar Amin - OpenERP |
| WEBSITE | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:43:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Automated Translations through Gengo API
========================================
This module will install passive scheduler job for automated translations
using the Gengo API. To activate it, you must
1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`
2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.
This wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_gengo_translation_wizard_from |
base.gengo.translation.form | base.gengo.translations | form | New |
view_company_inherit_base_gengo_form |
res.company.form.inherit | res.company | xpath | Inherits base.view_company_form |
view_ir_translation_inherit_base_gengo_form |
ir.translation.form.inherit | ir.translation | xpath | Inherits base.view_translation_form |
view_translation_search |
Translations | ir.translation | search | Inherits base.view_translation_search |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.