[12.0][ADD] base_default_lang_translate

This commit is contained in:
remi-filament
2021-09-09 09:08:48 +02:00
parent 88120541fb
commit 5159c2d37d
15 changed files with 367 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
To configure this module, you need to:
#. Go to Settings > Translations > Languages
#. Select the language you want to use as default (enter form view)
#. Edit, tick "By default", Save
Note: only one language can be set as default.
Should you want to change your default language, you would have to first untick previous one.

View File

@@ -0,0 +1,2 @@
* Rémi - Le Filament (https://le-filament.com)
* Mariano Ruiz <https://launchpad.net/~marianoruiz>

View File

@@ -0,0 +1,7 @@
This modules allows to select a default language which is used for source terms in translations.
Any update done with this default_language will be taken as source in translations
and written in object directly.
Also when updating a translatable term, all existing translations (but default language) will be set to to_translate
This module is useless in case your main language is en_US or in case you have only 1 language installed
(in thoses cases, Odoo performs correctly).

View File

@@ -0,0 +1,4 @@
To use this module, you need to:
#. Go to any model with translatable fields (e.g. product, survey, etc.)
#. Update a translatable field and Save, source term and object field in database will be set with your new value