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

Bulk update / Mass edit Components on Bills of Materials? When I have a raw materials change?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
updatebomcomponentbulk
2 Odpowiedzi
8310 Widoki
Awatar
Community Question

I have a LOT of BoM's setup in Odoo and when I have a raw material change it is time-consuming to open each BoM and swap the part.

How can I do this easily, is there some kind of find and replace function?

How can mass edits be done?


2
Awatar
Odrzuć
Awatar
Ray Carnes (ray)
Najlepsza odpowiedź

Version 13 and above has a new multi edit capability in List Views.  It works like this:


1. Select all the records you want to update.

2. Verify the count (if you have more than 80, you won't see all of them on the screen).

3. Edit ONE of the records.

4. Verify that the edit should apply to all records.








Result:



Note: The Bills of Materials Menu was created specifically for this situation and the Tree View was defined with multi_edit = "1"


UPDATE: Instructions to self-implement this in Odoo 16:


1.  Activate Developer Mode

2.  Settings --> Technical --> Database Structure --> Models

3.  Find and open the Bill of Material Line (mrp.bom.line) model

4.  Scroll to the bottom and click Create a Menu - name the Menu, and for the Parent Menu, search for Manufacturing / Products - then click Create

5.  Refresh your browser to see the new Menu, and navigate to it.

6.  From the Debug Menu, select Edit View: List

7.  Create your custom List View like this:

You can copy and paste the XML from HERE


This view allows you to update the Components in batch for every BoM as well as update Quantities in batch.  It allows you to search for a specific Component to see which Parent BoM it is used in.


Note: Your Odoo Consultant or Odoo Partner can help you do this if you run into any difficulties.

3
Awatar
Odrzuć
Niyas Raphy (Walnut Software Solutions)

if am not wrong, the same is introduced from odoo13 right ?

Ray Carnes (ray)

Thank you for catching that - I updated the post to reflect it is available in version 13 and above.

jbarnhart@minespress.com

"Note: The Bills of Materials Menu was created specifically for this situation and the Tree View was defined with multi_edit = "1""

Are you saying that you created a custom list view? Or are you saying that Odoo added this menu? If the latter, how do I get to this list?

Ray Carnes (ray)

A custom Menu was created (from the Models Menu, find the "Bill of Material Line" model, open it, scroll to the bottom and click "Create a Menu"). Then a custom List View was created.

Jeramy Miesch

Thank you, Ray!

Julien Plaitin

Hello Ray, can you provide us with some informations on how you created the custom view?

Ray Carnes (ray)

@Julien - please review my answer again - at the bottom I have added instructions to implement this in Odoo 16

Julien Plaitin

Thanks @Ray, I figured it out in the meantime. Great solution however!

Awatar
dhivya.n@galileosolutionpartners.com
Najlepsza odpowiedź

Hi  Ray Carnes (ray), How can I add import option for this custom list view in V17?


Thanks in advance,

Dhivya.N

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ść
Multiple veriants of the same component.
inventory bom component
Awatar
0
gru 24
1883
reporting on number of components of BOM sold
report bom component
Awatar
0
mar 15
4865
How to import BOMs with variants as component using plain text?
import variant bom component
Awatar
Awatar
Awatar
2
gru 24
8786
Odoo CE [13] - Product Variant Bulk Update Price fails
update prices variants bulk
Awatar
Awatar
1
sie 22
3953
How to get a component picking list for a sales order.
stock_picking list bom component
Awatar
Awatar
1
sie 24
10480
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