Smile-SA / odoo_addons

Odoo addons developed by Smile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[11, 12] The context for overwrite language translation is not working

xubiuit opened this issue · comments

Hi Smile Team,

Can you help to check the logic and change the context to default_overwrite instead of overwrite since yours will not force default value for base.language.install creation process.

context = {'overwrite': True}

OR
You just need simply create new record for base.language.install with the value overwrite = True instead of define that in context, so messy logics here to follow up.

Thanks,
Binh Nguyen