contract
contract copied to clipboard
GitHub Issue: Translation files not loading
Description
Added German translation files (de.po) to the i18n folder of the OCA/contract modules, but the translations aren't being applied in the Odoo 17 interface. When using the module, all text remains in English despite following standard procedures for loading translations.
Environment
- Odoo version: 17.0
- Deployment: Docker containers using official odoo:17.0 image
- Module: OCA/contract (branch 17.0), specifically subscription_oca module
Steps taken
- Added properly formatted
de.pofile to/mnt/extra-addons/subscription_oca/i18n/ - Verified German language is installed in Odoo
- Updated the translation files via Odoo interface (Settings → Translations → Load translations)
- Set user language preference to German
- Cleared browser cache and restarted Odoo container
- Reinstalled module
Troubleshooting attempted
- Verified the module properly loads (is installed and functioning)
- Confirmed the de.po file is accessible within the container
- Tried manually triggering translation updates through UI
- Checked for errors in Odoo logs (none related to translations)
Any help identifying why the translations aren't being applied would be appreciated.