Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

How to import products with variants and attribute prices

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
salesimportinventoryecommercequickstart
5 Besvarelser
20268 Visninger
Avatar
Gans Marc-Antoine (mgs)
How to import products with variants and attribute prices
4
Avatar
Kassér
Avatar
Eric Chew
Bedste svar

I don't have enough Karma to post a comment, so I have to put this as an answer.

For those who are finding this post, the accepted answer worked great but I didn't know how to create this menu item in step 6:

6. To import variant prices for more than one product template at one time, you will need to create a new menu item for product.template.attribute.value.

I was able to figure it out by doing the following (using Odoo Studio, Odoo Enterprise 16):

1. Open the Inventory module.
2. Open Odoo Studio using the icon in the top right bar.
3. Click on Edit Menu
4. Click New Menu
5. Give the menu a name, I chose "Product Template Attribute Value"
6. Select Existing Model
7. For the model, select "Product Template Attribute Value"
8. Hit Confirm.
9. You can drag and drop the new Menu Item wherever makes sense to you...I put it under Inventory -> Products.  This new link will show up in the top menu area when you are on the Inventory module.
10. Visit the new menu item page.  You won't be able to import from this page, yet!
11. Make sure you have debug mode enabled.
12. Click on the debug button, and go to Edit View: List
13. Change create="0" to create="1" and then click save.
14. Refresh the page.  You'll now be able to Import Records from the Favorites menu on the page.

0
Avatar
Kassér
Avatar
Gans Marc-Antoine (mgs)
Forfatter Bedste svar

1. Create/Import Attributes and Values

2. Import Product Templates with Attributes and Values. This will create product variants. (Do not create variants directly).

3. Export your product variants

4. Fill out the internal reference, barcode, cost, and shipping weight fields on the exported variants csv

5. Import to update the existing variants

6. To import variant prices for more than one product template at one time, you will need to create a new menu item for product.template.attribute.value.

7. Once you have created the menu item, export all product.template.attribute.value records

8. Fill in the price extras and update the existing records via import. Take care not to create any new records.


3
Avatar
Kassér
Rafael Gross

As explained in the first step, I exported the attributes and values and imported them into a new DB.

However the second step, I do not know which fields I should export, to be able to import in the new DB

Which Fields do I need to export in order to import into a new DB?

Sanjeewa Kumara

you will be much appreciated if you can provide any demo vedio link or any vedio made by you

Avatar
Thuy Ngoc
Bedste svar

Hi Marko,

I can't comment so I post answer. I think this video can help you: https://www.youtube.com/watch?v=etMYrOJyaiU&list=PLSKcWRTtEl5qzvRaI-VTGavfReiHS_EEb&index=2 (starting at minute 55 in this video)

0
Avatar
Kassér
Avatar
Marko Markic
Bedste svar

hello, i wanted to test odoo and import my items. I have the problem that I have 3 different prices and cannot enter them when importing. I wanted to import an item with Price1, Price2 and Price3. Price 1 is in store, price 2 is normal customers on the web and price 3 is business customers on the web and in store. It should have business customers and normal customers, business customers have price3, normal customers have price1 in the store, normal customers have price2 in the web shop. Is this possible?

0
Avatar
Kassér
Michel Hiertz (mihi)

Hi Marko,

For that you should use price list feature. Once all your products are imported into odoo, you should create one price list for each price category you want to display on your SO.

Once your pricelist are created in odoon you can link them on the contact form of your customer. So everytime you'll create a SO for that customer, you will apply his/her specific pricelist

See this forum entry for importing product variant prices https://www.odoo.com/fr_FR/forum/aide-1/how-to-update-product-variant-prices-in-v15-in-bulk-via-export-196088

Marko Markic
Hello, thank you very much for your answer. I understood the price lists and tried to do it that way. However, it is a question for me whom I zbsp. for 100 customers who are different from supplier, customer and dealer-customer to define them all at once via import. Is this possible? When exporting, I do not know how I zbsp. set an item to display the normal price and the prices in the price lists. I also don't know how to set up the export of customers that shows in the file whether and which price list they use. Whether he is a dealer-customer, supplier or normal customer.

Am Mo., 16. Mai 2022 um 10:15 Uhr schrieb Michel Hiertz (mihi) <mihi@odoo.com>:

Hi Marko,

For that you should use price list feature. Once all your products are imported into odoo, you should create one price list for each price category you want to display on your SO.

Once your pricelist are created in odoon you can link them on the contact form of your customer. So everytime you'll create a SO for that customer, you will apply his/her specific pricelist

See this forum entry for importing product variant prices https://www.odoo.com/fr_FR/forum/aide-1/how-to-update-product-variant-prices-in-v15-in-bulk-via-export-196088

Envoyé par Odoo S.A. utilisant Odoo.

Avatar
Alexandro Laurent
Bedste svar

I also present this problem and this was my solution:

1) The attributes value in both databases must have the same External_ids, in this sense it is necessary to copy the attributes from one database to the other, making sure to keep the attribute value external_id.

2) When exporting, activate the --> I want to update data (import-compatible export) option.

3) Export the following fields from the product's module:
External ID
Name
Product Attributes/Attribute
Product Attributes/Values/External ID
Any other that is necessary

For some reason, in my experience when exporting the external IDs of the attributes, they are placed in the output file separated by commas and not one below the other as in any other case.

-1
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

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

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
¿How can I display the total product quantity from different warehouses in Odoo e-commerce? V 16, 17
inventory ecommerce quickstart Quickstart
Avatar
Avatar
1
jun. 24
4039
Product Import Template Query
purchase sales product import inventory
Avatar
Avatar
Avatar
2
okt. 24
2362
Product variant import file error odoo 17
sales error product import inventory
Avatar
Avatar
1
aug. 24
2797
Delete Product Records bulk Functionality odoo 17?
sales product import inventory delete
Avatar
Avatar
Avatar
2
aug. 24
3576
How to ship products on a single sale order from several warehouses Løst
sales inventory quickstart routes fulfillment
Avatar
Avatar
Avatar
3
okt. 23
7520
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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