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

How to import value price extra field in v15?

Suscribirse

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

Se marcó esta pregunta
importvariantsquickstartextra_pricev15
1 Responder
6470 Vistas
Avatar
Michel Hiertz (mihi)

How to import value price extra field in v15?

When exporting the field "price_extra" in the model "product.template.attribute.value" everything seems ok. I can export the field in excel and i have the following column

  • "ID" for the external id of my attribute value 
  • "price_extra" for the extra price i want to update for a specific attribute value 

So far, so good! I save my excel file and i'm ready to import. Let's try now to upload my excel file in different models.

1) Import in the "product.template" model > i load my file, and then odoo does not recognize my field "price_extra". It does not appear in the list. Damn it! let's try in another model

2) Import in the "product.template.attribute.value" . Damn it again! i don't see the feature "import records" when i click on "Favorites". Impossible to load my price_extra field with excel



2
Avatar
Descartar
Avatar
Michel Hiertz (mihi)
Autor Mejor respuesta

In this video you can find how to import from excel in V15 the extra_price field per attribute value in the model “product.template.attribute.value”. 

FYI : For V14, we are currently analyzing the issue.

 

The main steps are:

1) Go the product menu (note the model = “product.template” > open a product with variants > click on the “Attribute & Variants” tab > click on “configure”

2) You are now in the “product.template.attribute.value” model (see you the URL) > activate the debug mode > hover your mouse over the “value price extra” field > note the field name “price_extra”

3) in debug mode you are able to see the little “bug” icon on top right corner > click on it > click on “edit view: list” > in the architecture tab see in the code “ string="Attributes" create="0" delete="0">” > replace “create=”0” “ by “create=”1” > save, close and refresh your page > now you can see in “favorites” > “imports records” and you have the “create” button appeared

4) Do an export of different attributes value you’d like to update on the “Value price extra” > prepare your export template > update your field “price_extra” on excel > save 

5) Import you excel on the product.template.attribute.value model > the value price extra has been updated by 30$


Note > a big thank you to BEK boss! 

 

 



You can note that cannot see the “import records” feature




Replace “create=0” by “create=1”












You can note that my “import records” feature is back now! 





3
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
How to update product variant prices in v15 (in bulk via export)? Resuelto
pricelists variants quickstart v15
Avatar
1
ene 24
9495
Odoo Import Error Message : Import preview failed due to: Unsupported file format "application/wps-office.xlsx", import only supports CSV, ODS, XLS and XLSX. Resuelto
import quickstart importing data from excel file v15
Avatar
1
dic 21
5846
How to bulk import / remove (dynamic) variants? Resuelto
import variants bulk v15 Dynamic
Avatar
Avatar
2
nov 22
5524
Is it possible to batch import New Products with their New Variants at the same time? Resuelto
import variants
Avatar
Avatar
1
jul 25
1139
Importing product variants from Odoo 12 to Odoo 18
import variants
Avatar
Avatar
Avatar
Avatar
3
jul 25
2441
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