Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

E-Commerce Exploded View Module

Odoberať

Get notified when there's activity on this post

This question has been flagged
viewsmoduleecommerce
1 Odpoveď
8608 Zobrazenia
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
Zrušiť
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
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
Field not added to model when module installed Solved
views module fields
Avatar
Avatar
1
sep 23
3624
how can i get the view of another model in my custom module
views module odoo
Avatar
0
mar 16
3889
create views in openerp
views module python2.7
Avatar
0
mar 15
4016
top atribute filter on ecommerce shop page.
filter module ecommerce design
Avatar
0
jún 23
1516
Problem implementing web_timeline Solved
views module bugs timeline
Avatar
1
nov 20
5045
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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