Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translated field's value change doesn't get reflected in Translated Term's Internal Source for Odoo's default language other than English (US) #48543

Open
blackwaremayank opened this issue Mar 27, 2020 · 4 comments
Assignees
Labels
13.0 Confirmed the bug was confirmed by testers Internationalization about translations

Comments

@blackwaremayank
Copy link

Impacted versions: 13

Steps to reproduce:
Issue #1 Create new Odoo Enterprise Database with Language English (CA)

Now install Sales Management module and also enable French (CA) language.

Now create one Product & add Sales Description as shown in below snapshot and Save it.
image

Now edit this same product & remove Sales Description and Save it.
image

But Sales Description will remain unchanged.

Issue #2 I'm facing the same above issue with Purchase Description field as well.

image

Issue #3 Facing the same issue for Translatable field in Helpdesk Stages.

image

So basically every Translatable fields in each views have this issue.

Current behavior:

Record's Translatable field isn't updated properly as Internal Source of Translated Terms.

Expected behavior:

Record's Translatable field should be updated properly as Internal Source of Translated Terms.

image

Video/Screenshot link (optional):

@pedrobaeza
Copy link
Collaborator

This is due to a limitation in the translation system: an empty translation means that the source term is got. Put an space for example for avoiding this.

Closing as known limitation. In v14 there might be some work on this, isn't it, @mart-e ?

@mart-e
Copy link
Contributor

mart-e commented Mar 30, 2020

No actually this should be fixed in 13.0, there is even a test about this. I could reproduce the problem on product.template but not on res.country. Maybe due to the _inherits ? To investigate...

@pedrobaeza
Copy link
Collaborator

OK, then reopening and assigning you.

@pedrobaeza pedrobaeza reopened this Mar 30, 2020
@Yenthe666 Yenthe666 added 13.0 Confirmed the bug was confirmed by testers Internationalization about translations labels Mar 30, 2020
@dirceubb
Copy link

Just to let you know i am having the same issue guys, for now the blank space workaround is working for me. thanks @pedrobaeza and @Yenthe666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
13.0 Confirmed the bug was confirmed by testers Internationalization about translations
Projects
None yet
Development

No branches or pull requests

5 participants