Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

E-Commerce Exploded View Module

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
viewsmoduleecommerce
1 Odpowiedz
8600 Widoki
Awatar
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
Awatar
Odrzuć
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.

Awatar
mark.schaefer@btopenworld.com
Najlepsza odpowiedź

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
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Field not added to model when module installed Rozwiązane
views module fields
Awatar
Awatar
1
wrz 23
3603
how can i get the view of another model in my custom module
views module odoo
Awatar
0
mar 16
3874
create views in openerp
views module python2.7
Awatar
0
mar 15
4009
top atribute filter on ecommerce shop page.
filter module ecommerce design
Awatar
0
cze 23
1513
Problem implementing web_timeline Rozwiązane
views module bugs timeline
Awatar
1
lis 20
5021
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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