copying translation into english language
Hi!
I met problems with language version of OpenERp and decided to switch into english version.
I have small database it is why i could have done on my own this simple step with 'description' field and my little knowledge of sql:
UPDATE product_template
SET description=(SELECT ir_translation.
FROM ir_translation
WHERE product_
WHERE EXISTS (SELECT ir_translation.
FROM ir_translation
WHERE product_
But my ask is (i am sure you all have done it already)
could you give me sql query which can copy translation strings (translated and to_translate)\into proper fields of proper tables using [ir_translation
Not as i did: ir_translation.
It was good for simple, one-time action.
This query is somewhat difficult for me (as i am not sql programmer) and you have it done, i suppose
Point is that i would like to have translated UI but the rest have working in 'english'.
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Kamil for more information if necessary.