Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

Any module available to allow for multiple product images?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
v7images
9 Respostas
13577 Visualizações
Avatar
Nicholas Coad

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

1
Avatar
Cancelar
Avatar
mihir shah
Melhor resposta

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
Cancelar
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)
Melhor resposta

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
Cancelar
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
Melhor resposta

Hello,


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

-2
Avatar
Cancelar
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

Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
How to add a "Delete" button on the popup form? Resolvido
v7
Avatar
Avatar
1
out. 25
5597
Suggestion for image management for the website, mailings...
images
Avatar
0
jun. 25
3412
Minimum Lot Charge For Sales Order Line Items
v7
Avatar
0
dez. 24
10519
Record Rule to allow a User to update their own Employee object without belonging to Officer group Resolvido
v7
Avatar
Avatar
Avatar
Avatar
3
set. 24
22988
How to activate the Technical Features? Resolvido
v7
Avatar
Avatar
Avatar
Avatar
Avatar
5
dez. 24
55071
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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