6 lines
104 B
Python
6 lines
104 B
Python
from . import models
|
|
|
|
|
|
def _l10n_tr_nilvera_post_init(env):
|
|
env['res.lang']._activate_lang('tr_TR')
|