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

Duplicate seller_ids/id field every time product is re-imported

Odebírat

Get notified when there's activity on this post

This question has been flagged
importduplicateimporting data from excel fileodoo12Odoo12.0
1 Odpovědět
6609 Zobrazení
Avatar
Patrick

This is on Odoo 12. I'm importing my products from Excel, and part of our workflow involves updating products pretty frequently. However, I'm noticing that every time a product gets updated, it creates a duplicate seller_ids/id, meaning that looking at the list of vendors under the purchase tab of the product shows a list of copies of the same vendor information. (https://imgur.com/m8Hl09Z) I tried editing my spreadsheets to specify a custom seller_ids/id field, but the import gives a "no matching record found" error and doesn't offer a "create if does not exist" option. (https://imgur.com/GAbj9Sf)

Has anyone else run into this/have any ideas on how to fix it? I haven't noticed it directly affect anything yet, but it makes the database messy and I'm worried about it causing issues down the road.


Edit: I don't have enough karma to leave comments, so in response to Avinash - thanks, but I think what you're seeing is an inaccuracy in Odoo's error message. The field is indeed being imported as Vendors/External ID, although the error message doesn't reflect that.

As a bit more context: the Excel sheets I'm importing are auto-generated by a Solidworks macro I wrote so that we could import all of our products, stored as Solidworks assemblies, into Odoo. The macro currently doesn't specify the Vendors/External ID, and was only including the Vendors/Vendor, Vendors/Currency, and Vendors/Price fields. I tried editing it to generate a custom Vendors/External ID based on the product's part number, and got the error from the second screenshot.

3
Avatar
Zrušit
Avatar
Avinash Nk
Nejlepší odpověď

Hello Patrick,

I think, you are Importing wrong Data for vendor line.

When you export the data from the system with vendors information, you will get the external id's of all vendors line in the Vendor column.

Change this Vendor column name to Vendors/External ID then Import.

At this time I hope you will not get such errors.

Eg:

External ID Vendors/External ID Vendors/Price

product.product_product_25_product_template

product.product_supplierinfo_16

546

In this example, only the Price of that vendor is changing.


Thanks & Regards

Avinash N K

1
Avatar
Zrušit
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
Odoo 12 - Unable to load "xlsx" file: requires Python module "xlrd >= 1.0.0". Even though xlrd is installed Vyřešeno
import libraries xlrd importing data from excel file odoo12
Avatar
Avatar
Avatar
2
lis 25
12322
managing access rights to import in odoo 12 Vyřešeno
import users access rights odoo12 Odoo12.0
Avatar
Avatar
Avatar
2
srp 22
9053
Trying to import xls file to create employees. Vyřešeno
import odoo12
Avatar
Avatar
Avatar
Avatar
Avatar
4
čvn 25
13301
Importing transfers data from Excel error
importing data from excel file odoo12
Avatar
Avatar
Avatar
3
zář 19
5546
Import csv file with related field other than id, external id, name
import csv importing data from excel file
Avatar
Avatar
Avatar
Avatar
4
lis 24
12828
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