Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

How to import products with translations in V7 from csv

Odebírat

Get notified when there's activity on this post

This question has been flagged
importcsvtranslations
2 Odpovědi
12540 Zobrazení
Avatar
Wiz_KeeD

I would like to know if I have a list of products in version 7 in a csv file with the translations there, how can I import the product names and their translation at once?

5
Avatar
Zrušit
Avatar
Miku Laitinen
Nejlepší odpověď

I just accidentially found out another way to import product translations. I needed English and Finnish names and descriptions for the products, so here's what I did:

  1. Export the fields Name, Description of all products (external id is included by default)
  2. Translate the names and descriptions from Finnish to English in LibreOffice Calc
  3. Save the resulting table as a CSV (make sure the empty descriptions have quotes as well)
  4. Change the language of the Odoo Administrator to English
  5. Import the CSV to Odoo products

 

1
Avatar
Zrušit
Avatar
wjn
Nejlepší odpověď

The method below was supposted to work in the previous version:

Assuming the default language is different from Germen, for example english:

id,name,name:lang=de-DE,description,description:lang=de-DE

To import in english (without language definition) & german.

Does it work for v7?

Update 2013-03-31:

I ended up importing/appending to the ir_translation table directly. All other methods failed for me in V7. This is how I work now:

  • Installed PGAdmin to check tables, field names and item id's.
  • Installed OpenOffice Base for the import to the ir_translation table. Connect to the database with JDBC driver (actually depends on your version of OpenOffice, Postgresql etc. Google it.)
  • Installed OpenOffice Calc to create and edit csv-files.

  • Do one translation within OpenERP.

  • Check and copy the added records with PGAdmin, to see how it should be done.
  • Edit/create your csv file in Calc. Then copy all rows you want to import.
  • In Base right click(not open) the ir_translation table and select paste.
  • Select append, and do not import the "id" column (= auto-number).
  • Check the result with PGAdmin and in OpenERP.

Still hopefull there will be a real import module / possibility to make things easier...

1
Avatar
Zrušit
Ahmet Altinisik

where did you see this method ? I have not see this method in docs

wjn

Here: http://forum.openerp.com/forum/topic22023.html

wjn

And here: http://forum.openerp.com/forum/topic24407.html

wjn

Tried also an other option given, to create a user, set a different language for that user and import the descriptions in that specific language. In my case the default language was EN, second DE. It did the trick vice versa. All original descriptions changed to DE, all translated were still EN. So does not work either, I think the only way to do this, is in the database itself .... Until someone comes up with a module for this.

Ahmet Altinisik

I made by importing data to ir.translation table however we have problems with new product names. (System translates some of the fields automatically by mixing up :)

Ahmet Altinisik

is this offical documentation ?

Michael Karrer

I also tried all different kind of import formats but none worked until now :( - Is there really no solution for such an elemental task?!?

Michael Karrer

So is my assumption right that csv import is useless for multilanguage fields in v7? - Should we write a bug report or is this just something for the wishlist?!? At least it feels like a bug if a user has selected german as his language and imports somthing only to recognize that only the english fields are updated and not as expected the german ones.

Michael Karrer

I also found out that if you creat a product by csv and then upadte the products name through the csv the same name will be taken for all languages even if a differen (old) language tag is available for german?!? Does not matter what the user language is?!?

wjn

I saw also strange behaviour when importing with different language settings, so I stopped with experimenting and used the method I described above. Better solution is a module to import different languages for products and other translatable fields.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
.csv import of translations of data fields doesn't work Odoo18 Vyřešeno
import csv translations Odoo18
Avatar
Avatar
1
čvc 25
2338
Disable automatic follow when importing res.partner csv
import csv
Avatar
Avatar
Avatar
3
čvn 20
4908
Enable/disable import rights?
import csv
Avatar
Avatar
1
lis 18
10393
'utf8' codec can't decode byte error when importing a list of products as a CSV file Vyřešeno
import csv
Avatar
Avatar
Avatar
Avatar
Avatar
11
úno 17
64934
Import translation status / mass update translation status
import translations
Avatar
0
lis 16
4565
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now