Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Help

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

How to rename "External Id" with the "database id".

Odoberať

Get notified when there's activity on this post

This question has been flagged
import.iddatabase_idexternal_id
2 Replies
13486 Zobrazenia
Avatar
HUMBLED

I use external Id's for OpenERP to read new pricelists,... but I do some mistakes in the first import of external ID's of my products. In the previous versions, it was allowed to re-import external ID's thanks to database ID's, but in 7.0 It seem not possible to do an import with the database ID. Is it an other way to reorganise external ID'S? I also try from the sequences and identifiers section in the Configuration/technical menu, but without success.

0
Avatar
Zrušiť
Ray Carnes

Post the file you used and the steps you took. Which menu did you import from, which fields did you map during the import? More information needed to help you.

Andrea Dalseno

I've a similar problem: how can I update the external_id? I've made a mistake during an import and I have some record with the wrong external_id in the form "res_partner_XXX" where XXX is the record id. How can I update those records with a csv file? I tried to import the csv in the external identifiers section, but with no luck. A new record is created instead of updating the old one (V 7.0

Avatar
Ray Carnes
Best Answer

For updating External ID's - see my answer at https://accounts.openerp.com/forum/Help-1/question/50395

0
Avatar
Zrušiť
Avatar
HUMBLED
Autor Best Answer

Sorry, my bad Karma is not sufficient to attach the file. So, I describe the steps for a simple sample.

1° I export 2 products from Sale>Products>Products with the More>export button. I choose to export fields "Internal reference, ID, name" 2° I read the file and I see that the first product was manualy created ( not from a mass import) because the external ID have not the structure I usualy use.

id,"default_code",".id","name" __export__.product_product_40477,"BRI_24890313","40477","POUSSETTE ""Combi"" BLEU TURQUOISE - Nouveau" PROD_BRI_24890321,"BRI_24890321","26897","POUSSETTE ""Combi"" NOIRE A POIS BLANCS"

So, I want to replace "__export__.product_product_40477" by "PROD_BRI_24890313" in order to respect my structure (and avoid problems during the mass product update I have to do).

In this module, the only identifier able to change the external identifier is the database id (.id). So, I manualy modify the external ID (id) and I try to read the file with the import module of this section (Sale>Products>Products), but the .id in not present in the available fields.

Currently, the only way I found is: 1) find the errors manualy in the Sale>Products>Products exported file. 2) correct them 1by1 in the Settings>Technical>Sequences & Identifiers>External Identifiers (because, from this section, I can't export sufficient data's to re-compose the external ID I need, and because from this section is the view empty when more than 50 products are to be "on screen".

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
Correct import of related records to Odoo
import vendor external_id
Avatar
Avatar
1
mar 23
3564
how to update external id? Solved
update database_id external_id
Avatar
Avatar
3
jan 21
42171
Weekly imports update the pricing for all our SKU's. Sometimes users create new products before the Import runs. This creates duplicates! How can I manage this? Solved
import external_id v11.0
Avatar
Avatar
1
mar 20
5007
Cannot update product information through External ID
import update external_id
Avatar
Avatar
Avatar
Avatar
5
apr 18
9100
[13 CE] Automated Action for copy users email to external_id Solved
export import email external_id AutomatedActions
Avatar
Avatar
1
mar 22
3011
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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