Skip to Content
Menu
This question has been flagged
1 Reply
8897 Views

we can see the translated values of fields using settings-->Application Terms --> Translated Terms.

But there is no dynamic translated values in the list. All are static values like labels.

I checked the psql and find the translated values there.

is any UI for translated viewing translated values in odoo10?

Avatar
Discard
Best Answer

Hi,

If you modify any field that is having translate=True, then you'll be getting option like update translation in UI, like refer below screen.


Once you click on update translation you can add/update translation directly to fields, refer below screen:


Also you could find an earth symbol for translated field,look below screen:


Avatar
Discard
Author

Thanks for the reply.

But actually I want the list of translated values.is there any option in UI?

you can check with ir.translation itself, there fields "name"(object field name) & "res_id" (object record id), could provide you field and it's translation with respective record id.

Hope this would help you!

Author

Thanks

Related Posts Replies Views Activity
1
Oct 18
4131
2
Sep 18
3868
2
Nov 24
25076
4
Jul 24
5043
2
Jul 24
493