hr
hr copied to clipboard
[MOD][17.0] hr_employee_language: languages selection
As in #1486 Changes the source of language list moving it from the res.lang.csv file to res.lang model. In this way if you add a language at runtime it will be immediately available.
Added _compute_display_name (ex name_get) to show language name instead language code on selection or m2o widget
@dreispt @primes2h @TheMule71 plase review. I'm quite sure that the _compute_display_name can be better. I inserted the "self_data = self if self else all_lang" because on tests the for "record in self" doesn't activate.