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
    • Información
    • 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

How to import BOMs with variants as component using plain text?

Suscribirse

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

Se marcó esta pregunta
importvariantbomcomponent
2 Respuestas
8717 Vistas
Avatar
Johann Wall

Hi everyone!

I know how to create BOMs by importing plain text excel/csv and it works great. Until one of the components exists with different variants.

Example: We have a product "Paint" with attribute values "red" and "blue", it is a component of any main product.

If in excel/csv I give "Paint (red)" as a component for the main product it will raise an error, same for "Paint (blue)". If I give "Paint" only, odoo will accept but always add the first variant to the BOM. So I'm not able to tell which variant should be taken. If I go with IDs, everything is fine (of course).

How can I solve this?

I tried in V10 and V12, same behaviour.


This is an example of a BOM we can import, but for the highlighted column I get an error:

No matching record found for name 'Paint (red)' in field 'BoM Lines' between rows 2 and 4
Get all possible values

product_tmpl_id

product_qty

product_uom_id

routing_id

bom_line_ids/routing_id

bom_line_ids/attribute_value_ids

bom_line_ids/product_id

bom_line_ids/product_qty

bom_line_ids/product_uom_id

bom_line_ids/product_tmpl_id

Main Product

1

Unit(s)

Manufacturing

Manufacturing

Color: red

Paint (red)

1

Unit(s)

Paint

Manufacturing

Color: blue

Paint (blue)

1

Unit(s)

Paint

Manufacturing

False

Bolt

4

Unit(s)

Bolt


0
Avatar
Descartar
Avatar
Ivan Rojas
Mejor respuesta

Hi Johann, I'm facing the same problem you had back then in 2019 with Odoo 13 CE. Did you get to solve this issue? Can you explain me how? Thanks

0
Avatar
Descartar
Boyan Yordanov

In Odoo 18 I succeeded by importing on two steps:
1. Import BOM definition without Components and Operations
2. Importing BOM Components as second import. I was importing only:
--> BOM [External ID]
--> add column with [Product Variant External ID] and map it to [BOM Lines / Components / External ID]
--> [BOM Lines / Quantity]
--> [BOM Lines / Product Unit of Measure]

I hope this helps!

Avatar
Niyas Raphy (Walnut Software Solutions)
Mejor respuesta

Hi,

In the Odoo once you activate the product variants features in the database, in the bill of materials form view, a new field named Product Variants will get displayed. Using this field you can do the above case.


Suppose if you have two variants for the product named Paint, with variants  Color Red and Color Green. In the Bill of material form view, In the Product field(product.template) you can choose the Paint and in the field named Product Variant(product.product) choose Paint( Red) or Paint(Green).

Regarding you logic, specified the plain text, not sure how you done it. You can alter the case accordingly.


Thanks

0
Avatar
Descartar
Johann Wall
Autor

Thanks for response!

I know how to create in form view and also how to create with import using IDs, but I don't manage to import with plain text. As long as the components have no variants, everything is fine, but since there are variants, I face this problem...

Niyas Raphy (Walnut Software Solutions)

imho didnt understand correct issue, can i know how you are importing the data to the system ? using the default odoo import export option right ?

Johann Wall
Autor

Yes, exactly. But I can call the column "product_tmpl_id" and import "T-Shirt" or I call it "product_tmpl_id/id" and import the related id (like "__export__.product_template_51_46199f68").

Niyas Raphy (Walnut Software Solutions)

Here you are specifying the product.template only, use the field product_id in your file and specify the variant in it. You can do one thing, create a BOM with specifying the product variant field and export the records with the fields product.template and product.product .

Johann Wall
Autor

But see, for the component I have both, bom_line_ids/product_id and bom_line_ids/product_tmpl_id.

Niyas Raphy (Walnut Software Solutions)

Yes, there will be both, so what is wrong

¿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
BOM Import on Variants
import mrp variant bom datamigration
Avatar
Avatar
Avatar
2
oct 23
3228
Import products with variants and BOM from a different Odoo database
import variant bom bom_import 10
Avatar
Avatar
1
ene 23
6319
Multiple veriants of the same component.
inventory bom component
Avatar
0
dic 24
1843
Import product variant's média
import variant v15
Avatar
Avatar
Avatar
Avatar
Avatar
6
ago 24
5704
help with manufacturing in v17
manufacturing variant bom
Avatar
Avatar
1
may 24
2266
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