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

Manufacturing order customized as per the customers order

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
manufacturingcustomizationCustomizev15OEM
4 Odpowiedzi
6861 Widoki
Awatar
Mike Roodenrijs

Hello!

I'm looking for a solution for an issue I'm facing, hope the Odoo community can help me out,

We have a product with a BoM, which needs to be manufactured. We also give our customers the option for OEM customization. If OEM is set, we cannot use the standard BoM as it is missing the operation/work order for the custom OEM part of the product.

I understand that I can create a BoM every time an OEM order has been placed, but we facing a situation where we have 5-10 OEM orders weekly... Doing that manually will cost us too much time and there is too much room for errors as well.


Hope anyone has a good idea to automate such a process :)

Thank you guys in advance!

0
Awatar
Odrzuć
Awatar
Lucas
Najlepsza odpowiedź

It depends on how complex the OEM customization is.

If there are a set options for the OEM customisation (like making a sandwich at Subway) then you can use product variants and have a master BoM that contains all of the possible operations/components. On the BoM, you can select which operations apply for which variants.

For example, using the Subway example, the 'Lettuce' component and 'Add Lettuce' operation are only added to the Manufacturing Order if the variant has 'Lettuce' as an attribute. You can learn more here: https://www.odoo.com/documentation/15.0/applications/inventory_and_mrp/manufacturing/management/product_variants.html


If the OEM customization is more complicated and allows for custom attributes (Custom requirements, not selecting options), then you should use BoM templates. The BoM template should have all the components/operations that are common to each order. When an order for OEM comes in you will can save time by duplicating the BoM template and adding the custom components/operations

2
Awatar
Odrzuć
Jeffrey Reynolds

Thank you for the subway example. Perhaps you can offer your thoughts on our particular custom-made products. Our process is as follows:

- our production team "manufactures" several semi-finished products in batches (Let's call them "spirits"). These "spirits" have fixed variants (potencies) that follow consistent BoM that do not change.
- our finished products, however, are custom made using any combination of spirits, along with additional components (diluents) necessary for bringing the custom order into spec (to achieve total potency for example which, in theory, can have infinite variants).

Imagine making cocktails, and having all available spirits at your disposal, as well as a diluent in order to manipulate potency, if necessary. So, the finished "custom beverage" has an attribute of "spirit" with variants in potency (say 20% and 50%). Suppose another attribute is "diluent" with variants such as "juice" and "water" in order to dilute the potency if the customer so desires. How can we set up manufacturing processes to account for using multiple components with the same attribute "spirit" and an infinitely wide range of variants (potencies)? Is making a custom BoM each time inevitable?

Thank you ahead of time for your thoughts.

Awatar
Tim Kieft (Radical Fanatics)
Najlepsza odpowiedź

We have created a module just for that: Odoo Flexible BoM. It will also calculate sales price with desired margin based on components and operations.

0
Awatar
Odrzuć
Awatar
Mindaugas
Najlepsza odpowiedź

Hi,

0
Awatar
Odrzuć
Awatar
Mike Roodenrijs
Autor Najlepsza odpowiedź

First, thank you for your answer, really appreciate the time you took to dive into this.

I had to be more precise looking back at my message, but the OEM customization can be compared to engraving. So every OEM order requires a unique operation for the worker to add the "engraving".
Thank you for your option of the variants, I'm familiar with the variant and apply on variant option at the BoM level. But due to the unique value at every OEM order, it is not possible to work with the variant option.

Looks like the BoM templates are the only way to realize my flow in Odoo. I was hoping that there was another solution for this...

Think I will solve this by setting up a standard product as a "service", in my case the service is about the customization/engraving. At the BoM level, I will give it a standard operation, which I can change on the go. Unfortunately still manual handling in the completely automated Odoo environment, but seems the only option.

I'm going to do some testing, to see what suits us the best.


Thanks again, keep up the good work Lucas!!

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ść
Adding custom field to Sale and Manufacturing Order
manufacturing customization v15
Awatar
0
mar 22
3270
How to have own Fields in Odoo 15 Community
customization v15
Awatar
Awatar
2
sie 22
5587
Work orders & material consumptions Rozwiązane
manufacturing v15
Awatar
Awatar
1
sie 22
4843
Need to creating after manufacturing sets in Odoo V15
manufacturing v15
Awatar
Awatar
1
maj 22
3177
Add barcode filter for Manufacturing Orders by “Source” (Origin) in Barcode app
manufacturing barcode customization
Awatar
Awatar
1
paź 25
521
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