| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 102 |
| Technical Name |
translation_export_multi_lang |
| License | LGPL-3 |
Tools · i18n
Multi-Language PO Export
Pick several active languages in Odoo’s Export Translation wizard and download
a single ZIP with one .po (or .csv) per language under a standard i18n/ layout.
License 25 EUR
Why this module
Standard Odoo only lets you select one language at a time for translation export. This module extends the same wizard with a multi-select of languages, so you can deliver all locale files in one action instead of repeating the flow for every language.
- Many2many Languages field (tags) on Export Translation, active languages only.
- PO and CSV: multiple languages → one ZIP archive (
i18n/<locale>.po). - Leave the field empty to export the empty template (POT), as in core.
- Single language still gives a single file (no extra ZIP layer).
- Works for Module and Model export types where applicable.
Screenshots
1. Select multiple languages at once
2. One ZIP for every selected language
3. Clean i18n/ output
i18n tree with a .po per language.Installation
- Copy the
translation_export_multi_langmodule into your Odooaddonspath. - Update the Apps list, search for Multi-language or translation export, and install.
- Open Settings → Translations → Export Translation to use the enhanced wizard.
Please log in to comment on this module