Odoo's data import features are fantastic and help when transfering information from other systems.
However, one thing is missing: dealing with multi-language fields. For example, articles named in English, Spanish and Catalan. In both export and import, there is a single "name" field, without differentiating languages.
Any idea for massive importation of article descriptions in different languages?
(Version 13 Enterprise, on premise)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi Josep,
you can create separate csv files for each language, with only the record ids and the translated fields.
if you are importing data through Favorites -> Import, for each language, switch to that language in the user profile and then import the corresponding language file
If you are using the external API, you can select the language of your data through the context: context: {'lang': 'en_US'}
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 11 24
|
1693 | ||
|
1
thg 11 24
|
2208 | ||
|
1
thg 10 23
|
2898 | ||
|
3
thg 12 23
|
20794 | ||
|
0
thg 10 21
|
2471 |
I was looking for the same and as per my knowledge there is no way to do that till now.