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

Any module available to allow for multiple product images?

Suscribirse

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

Se marcó esta pregunta
v7images
9 Respuestas
13584 Vistas
Avatar
Nicholas Coad

Have anyone made a module for Openerp v7 to allow for multiple product images?

1
Avatar
Descartar
Avatar
mihir shah
Mejor respuesta

i had same problem and i found this module

https://code.launchpad.net/~serpentcs/openerp-web/multi-image-7.0

is completely work for multiple images in product and gives a pop up interface to view all multiple images

hope this is helpful

3
Avatar
Descartar
grayson

This module looks great but I am having trouble getting it to work with 8.0(trunk). I think there must be some difference in how the http library works.

Pascal Tremblay

did you succeed to place multi images in the same product on odoo v8?

Luke Branch

@Grayson,

I'd recommend taking a look at the progress of the OCA's port of product_images to 8.0. Pedro Baeza has added a number of new useful features to it, and it looks almost complete:
https://github.com/OCA/product-attribute/issues/42
While it installs in 8.0, I would not recommend using it in production, as it is a development branch. I believe that it's pretty close to being pushed to stable though if you're interested at testing out the new features.

As always back up your database/filesystem first before installing. When I installed the module I noticed that it over-rides the default product image field. It leaves whatever images were stored in that field and simply uses the first image in whatever set of multiple images you upload using the module.

Be aware that once you uninstall the module any images that you uploaded with the multi image module will be removed.

I put together a module for storing multiple product images based on product_images from 7.0, and then built a view to display them in synced sliders on the product page as most people are used to in e-commerce platforms here:

https://github.com/OdooCommunityWidgets/website_multi_image

In case you're interested in displaying them on the frontend/webshop as well.

Avatar
Fabien Pinckaers (fp)
Mejor respuesta

Not in my knowledge but you can easily add attachments to your products. To add an image in attachment to a product form, just write a message in the discussion thread attached to the product. If you install Knowledge Management module, you will have a Attachment menu on top of the product form.

1
Avatar
Descartar
Nicholas Coad
Autor

FYI, I contacted SerpentCS who completed and updated an images module for me, works well.

Josef Tesar

Please post this module ... i search images_olbs for magentoerpconnector ... the version of deneroteam can't upload images to mageno. I have the error base64 and find no infos for repair.

Kurt Haselwimmer

@FP-Any chance that these attachments be accessible from the ecommerce product page via a dynamic block ?

grayson

@Kurt Haselwimmer though it is possible to pull attachments related to products through creation of a custom module, it would not be a very good solution as there is no option to delete or replace attachments/comments from product back-end.

Avatar
odoo dev
Mejor respuesta

Hello,


I have module to store multi image for version 6 7 and 8

-2
Avatar
Descartar
Ivan Elizaryev

Give a link to source

OdooBot
its not available in community sir :)

On Thu, May 7, 2015 at 6:42 PM, Ivan Yelizariev <yelizariev@it-projects.info> wrote:

Give a link to source

--
Ivan Yelizariev
Sent by Odoo S.A. using Odoo access your messages

Ivan Elizaryev

So, your answer is not helpful. I think this QA forum is not place for advertising your service.

OdooBot
ok no problem. 
sorry for that

On Thu, May 7, 2015 at 11:24 PM, Ivan Yelizariev <yelizariev@it-projects.info> wrote:

So, your answer is not helpful. I think this QA forum is not place for advertising your service.

--
Ivan Yelizariev
Sent by Odoo S.A. using Odoo access your messages

¿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 add a "Delete" button on the popup form? Resuelto
v7
Avatar
Avatar
1
oct 25
5597
Suggestion for image management for the website, mailings...
images
Avatar
0
jun 25
3414
Minimum Lot Charge For Sales Order Line Items
v7
Avatar
0
dic 24
10520
Record Rule to allow a User to update their own Employee object without belonging to Officer group Resuelto
v7
Avatar
Avatar
Avatar
Avatar
3
sept 24
22991
How to activate the Technical Features? Resuelto
v7
Avatar
Avatar
Avatar
Avatar
Avatar
5
dic 24
55073
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