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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
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'}
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
2
พ.ย. 24
|
1694 | ||
|
1
พ.ย. 24
|
2209 | ||
|
1
ต.ค. 23
|
2899 | ||
|
3
ธ.ค. 23
|
20794 | ||
|
0
ต.ค. 21
|
2471 |
I was looking for the same and as per my knowledge there is no way to do that till now.