Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Any module available to allow for multiple product images?

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
v7images
9 Antwoorden
13582 Weergaven
Avatar
Nicholas Coad

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

1
Avatar
Annuleer
Avatar
mihir shah
Beste antwoord

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
Annuleer
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)
Beste antwoord

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
Annuleer
Nicholas Coad
Auteur

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
Beste antwoord

Hello,


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

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

Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
How to add a "Delete" button on the popup form? Opgelost
v7
Avatar
Avatar
1
okt. 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
dec. 24
10519
Record Rule to allow a User to update their own Employee object without belonging to Officer group Opgelost
v7
Avatar
Avatar
Avatar
Avatar
3
sep. 24
22989
How to activate the Technical Features? Opgelost
v7
Avatar
Avatar
Avatar
Avatar
Avatar
5
dec. 24
55071
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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