Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

E-Commerce Exploded View Module

Subscriure's

Get notified when there's activity on this post

This question has been flagged
viewsmoduleecommerce
1 Respondre
8613 Vistes
Avatar
Cliff Kujala

Has anyone in the Odoo community seen a module for OpenERP 7 or Odoo 8 similar to this Magento module?

http://www.magentocommerce.com/magento-connect/exploded-view-product.html

Or if not, know a good developer to recommend for building something like this. 

0
Avatar
Descartar
Luke Branch

i've taken a brief look and i'm interested in this module. could you provide a detailed specification on what you would like to achieve?

Cliff Kujala
Autor

Basically, the Magento extension nearly covers all the key points needed for "micro fiche" or exploded view parts sales. There are a couple points that could help bring this concept to Odoo: - Use a non-stockable product with BoM Set and Phantom items to define the lists of parts to be shown on each parts explosion (I believe this is how the Magento-Odoo connector handles Magento's grouped products, but could be wrong) If there is a module existing which better handles the simple concept of grouped products, that could be used as a basis instead - Add a many2many field in the BoM list of items for defining the reference number of each item which is represented on the exploded diagram - Create an Odoo ecommerce template for the non-stockable product which displays the large image (exploded diagram), and below that the list of all the BoM phantom items - On each row of the BoM items, should be Reference, Name, Description, Qty input (with default pre-populated from BoM qty), Add-to-Cart button Per Line - Add-All button at bottom of page, so a customer could fill in their desired quantities on each line, and then add all those quantities with one click - Use nice subtle Jquery/Bootstrap popups to indicate the per line clicks where added to the cart - Use standard Odoo add-to-cart behavior for the Add-All button

Cliff Kujala
Autor

It looks like there is potentially some underliing code already available to get the list of "exploded" items online. https://www.odoo.com/website/image?max_height=768&field=datas&model=ir.attachment&id=690973&max_width=1024 from the Odoo Block post https://www.odoo.com/blog/business-hacks-1/post/5-steps-to-grow-revenues-from-your-online-shop-165 shows a decent way to format and display the list of items. I also see a limitation of using BoM Set. A BoM set item cannot be a product.template, so in the case of items from the exploded diagram that might have varients, such as color, size, etc, then each variant would need to be listed on the table. It would be much nicer to display the template, and then select/radio/swatch option to choose your desired variant as they have done on the above linked "Option" products in the cart view.

Cliff Kujala
Autor

This v7 bundle product module is out there. Maybe a port to v8, then build on top of this more basic bundle concept instead of pursuing the BoM path. Also this might be better too, because this module is supposed to add a bundle tab directly to the master product view. This would be a more expected workflow then switching over to manufacturing for defining the representative lines for the explosion diagram. Also, ideally the module would be tweaked to create a new product type (Explosion Master), and the tab would be labeled Explosion Items instead of Bundle items. Additionally, this "Explosion Master" can't actually be sold/purchased itself, as it is really just a holding place for the explosion diagram, and table of items on that diagram.

Cliff Kujala
Autor

https://www.odoo.com/apps/modules/7.0/product_bundle/

Luke Branch

@Cliff, thanks for the detailed explanation, i'll take a look into this in detail as soon as I can find time after the holidays. I think this could be achievable in a simple custom module without too much hassle (at least for basic functionality). I work with a client who requires something similar (airsoft products and their related parts) so I can see this being of use to them. Do you have a copy of the magento module by any chance? It would be useful to take a look at the backoffice functionality they have included in their module so that something similar could be achieved in an Odoo module.

Cliff Kujala
Autor

Sorry Luke. I don't have a copy of the Magento extension.

Avatar
mark.schaefer@btopenworld.com
Best Answer

Sorry - I can't comment (Not enough Karma!)

I am VERY interested in this exploded view for v13 ecommerce - did you guys sort this?


0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Field not added to model when module installed Solved
views module fields
Avatar
Avatar
1
de set. 23
3635
how can i get the view of another model in my custom module
views module odoo
Avatar
0
de març 16
3892
create views in openerp
views module python2.7
Avatar
0
de març 15
4018
top atribute filter on ecommerce shop page.
filter module ecommerce design
Avatar
0
de juny 23
1517
Problem implementing web_timeline Solved
views module bugs timeline
Avatar
1
de nov. 20
5054
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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