Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita 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
  • Proyectos
  • 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
6452 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.

Registrarse
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
9488
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
5827
How to bulk import / remove (dynamic) variants? Resuelto
import variants bulk v15 Dynamic
Avatar
Avatar
2
nov 22
5516
Is it possible to batch import New Products with their New Variants at the same time? Resuelto
import variants
Avatar
Avatar
1
jul 25
1128
Importing product variants from Odoo 12 to Odoo 18
import variants
Avatar
Avatar
Avatar
Avatar
3
jul 25
2433
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • 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 estar 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