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

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
13580 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.

Registrarse
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
3413
Minimum Lot Charge For Sales Order Line Items
v7
Avatar
0
dic 24
10519
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
22989
How to activate the Technical Features? Resuelto
v7
Avatar
Avatar
Avatar
Avatar
Avatar
5
dic 24
55071
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