Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

import prices and variants

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
pricesvariantsPricelists
2 Respuestas
2256 Vistas
Avatar
Hans Coene

I need to import product prices with variants. Any idea how ?

Note: the variants already exist with their respective prices, so I have no idea if I need to add these prices for variants again in the Excel file to import.

Version: Odoo 17


0
Avatar
Descartar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Mejor respuesta

Hi,

Please refer to the following links:

1. https://www.cybrosys.com/blog/how-to-import-product-attributes-and-product-variants-in-odoo-17

2. https://www.odoo.com/documentation/18.0/applications/sales/sales/products_prices/products/import.html



Solved Forum:

https://www.odoo.com/id_ID/forum/help-1/how-to-import-products-with-variants-and-attribute-prices-185874


Hope it helps.

0
Avatar
Descartar
Avatar
CandidRoot Solutions Private Limited
Mejor respuesta

Hello Hans Coene,

Importing product prices with variants in Odoo 17 can be a bit tricky, especially when the variants and their base prices already exist. You don't need to include the base variant prices again in your import file if they are already set. You only need to import the extra price for each variant.

Here's a breakdown of how to do it, expanding on what you've already started:

Understanding Odoo's Price Structure

Odoo handles variant pricing through "Product Template Attribute Values." The base price is on the product template, and then extra prices are added for each attribute value combination that creates a variant.

The Process

  1. Export Existing Data (Crucial): This is the most important step. You must export the existing product variant data to get the correct External IDs. This is how Odoo will know which variants to update.
    • Go to Inventory -> Products -> Products.
    • Select the products you want to update.
    • Click Action -> Export.
    • Choose I want to export data (CSV or Excel).
    • In the export wizard:
      • Select Product Template Attribute Value as the model. This is the key!
      • Select the following fields (at a minimum):
        • External ID (This is absolutely essential)
        • Product Template ID (You might need this to identify the product if you're working with many)
        • Attribute ID (Helps you understand which attribute this price is for)
        • Attribute Value ID (Identifies the specific attribute value)
        • Price Extra (This is the field you'll be updating)
      • Export the file (CSV or Excel).
  2. Prepare Your Import File:
    • Open the exported file.
    • Crucially: Do not change the External IDs. These must remain exactly as they are in the export.
    • For each variant you want to update the price for, find the corresponding row in the exported file.
    • In the Price Extra column, enter the additional price for that variant. For example, if the base price is $10 and you want the variant to cost $12, enter 2 in the Price Extra column.
    • If you're not changing the price of a variant, you can leave the Price Extra column blank or set it to 0.
  3. Import the Data:
    • Go back to Inventory -> Products -> Products.
    • Click Action -> Import Records.
    • Upload your prepared CSV or Excel file.
    • In the import wizard:
      • Make sure the model is Product Template Attribute Value.
      • Odoo should automatically map the columns based on the headers in your file. Double-check that the External ID and Price Extra fields are correctly mapped.
      • Test the import first to catch any errors.
      • If the test is successful, validate and then import.


 
 


Thanks & Regards,

​

CandidRoot Solutions Pvt. Ltd.

Mobile: (+91) 8849036209

Email: info@candidroot.com

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
[solved] updating product attribute extra price from default extra prices
prices products variants attributes
Avatar
Avatar
2
ago 24
4238
Odoo CE [13] - Product Variant Bulk Update Price fails
update prices variants bulk
Avatar
Avatar
1
ago 22
3946
How to import Products Variants specific data
variants
Avatar
Avatar
2
ago 25
1274
Product variants not appearing in the smart buttons
variants
Avatar
Avatar
2
jun 23
3668
Customer Pricelists keep changing to newest one created
Pricelists
Avatar
Avatar
1
feb 23
2435
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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