Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

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

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
updatebomcomponentbulk
2 Replies
8325 Tampilan
Avatar
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
Avatar
Buang
Avatar
Ray Carnes (ray)
Jawaban Terbai

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
Avatar
Buang
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!

Avatar
dhivya.n@galileosolutionpartners.com
Jawaban Terbai

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


Thanks in advance,

Dhivya.N

0
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Multiple veriants of the same component.
inventory bom component
Avatar
0
Des 24
1885
reporting on number of components of BOM sold
report bom component
Avatar
0
Mar 15
4871
How to import BOMs with variants as component using plain text?
import variant bom component
Avatar
Avatar
Avatar
2
Des 24
8803
Odoo CE [13] - Product Variant Bulk Update Price fails
update prices variants bulk
Avatar
Avatar
1
Agu 22
3964
How to get a component picking list for a sales order.
stock_picking list bom component
Avatar
Avatar
1
Agu 24
10511
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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