Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Odoo14 alternative for Automated Translations through Gengo API module

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
v14
3 Antwoorden
3646 Weergaven
Avatar
Dipen Shah

What is the alternative in Odoo14 for Automated Translations ?? in odoo13 there is an app called 'Automated Translations through Gengo API' but on odoo14 is there any new app or configuration there?

1
Avatar
Annuleer
Avatar
Rani Tathod
Beste antwoord

In Odoo 14, the 'Automated Translations through Gengo API' module is not available, but you can explore other translation options.



  Check the Odoo App Store for third-party translation modules compatible with Odoo 14.

  Consider using Odoo's built-in translation features by navigating to Settings > Translations > Load a Translation.

  Explore integrating with other translation APIs using custom development if needed.


If you'd like to explore this further for your use case, you're welcome to connect with us at Pragmatic Techsoft.

0
Avatar
Annuleer
Avatar
James Wood
Beste antwoord

If you're looking for an alternative to the Gengo API module for automated translations in Odoo 14, there are a few solid options you can consider, both from third-party services and custom integrations:


1. Google Translate API

Google’s Translation API is one of the most popular alternatives. It's fast, supports over 100 languages, and can be integrated into Odoo with a bit of custom development or by using available community modules.

  • Pros: Widely supported, accurate for general-purpose translation, good documentation.
  • Cons: Paid API (charges per character), may need some customization for Odoo 14 compatibility.


2. DeepL API

DeepL is known for providing more natural-sounding translations, especially for European languages. While it doesn’t support as many languages as Google, the quality is often higher.

  • Pros: Better translation quality for supported languages.
  • Cons: Limited language support, and a paid plan is needed for API access.


3. Microsoft Azure Translator

Microsoft's Azure Cognitive Services include a Translator API that's comparable to Google’s. It can be integrated into Odoo as a custom module or script.

  • Pros: Enterprise-grade reliability, wide language support.
  • Cons: Requires Azure setup and billing.


Custom Integration Tip:

If you're familiar with Python or have access to a developer, creating a custom translation module in Odoo 14 is very doable. You can use Python's requests library to connect to any external translation API (Google, DeepL, Azure, etc.) and push the translated content back into your Odoo models.


Community Modules

You can also search the Odoo App Store or GitHub for community modules like:

  • google_translate_odoo
  • deepl_translate_odoo

Just ensure they're compatible with Odoo 14 or can be adapted with minor changes.

0
Avatar
Annuleer
Avatar
Metzler IT GmbH
Beste antwoord

For those looking for an alternative to the “Automated Translations through Gengo API” module in Odoo 14, there is now a modern solution available that works with newer Odoo versions (16, 17, and 18).

It integrates directly into the standard Odoo translation dialog and allows AI-based translation of translatable content — including views (arch_db), QWeb templates, menus, labels, and other fields — without the need for external services like Gengo.

There are two versions available:

  • AI Auto Translation – basic functionality for selected fields.
  • AI Auto Translation PRO – includes full automation, contextual input support, HTML-safe translation (preserving QWeb structure), and progress tracking.

While this module does not support Odoo 14 directly, upgrading to a newer version would allow access to this kind of functionality. For users still on Odoo 14, manual translation or older APIs (like Gengo) remain the main options.

If you are considering a version upgrade, this solution could be a good reason to do so.

0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Odoo Community v14 Slow on High-End Servers, Fast on i5/i7 PCs
v14
Avatar
0
aug. 25
1087
How to Managing Birthdate and Age in Odoo
v14
Avatar
Avatar
1
aug. 25
3433
Update Initial Stock of Product using XMLRPC API [Odoo14] Opgelost
v14
Avatar
Avatar
Avatar
2
jul. 25
9010
"AttributeError: 'NoneType' object has no attribute 'CompileError'" configuring document Layout - Odoo 14
v14
Avatar
Avatar
Avatar
2
jul. 25
5352
In user settings access group check box changed to list view how can i change back it to checkbox
v14
Avatar
Avatar
Avatar
2
jul. 25
5073
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now