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
    • Discuss
    • 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
    • Manajemen Properti
    • 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
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

Import BOM components by internal reference

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
manufacturing
2 Replies
295 Tampilan
Avatar
Rugged Robotics, jairo@rugged-robotics.com

Hello, I'm using the internal reference field to store our company's part number for parts (SKUs). Our part numbers are unique.


I have a BOM that I exported from SolidWorks, where the components in an assembly are reference by our inter part number.


How can I import a BOM with our part numbers as the key for the product in Odoo, which has a matching part number in its "internal reference" field.


Thanks,

0
Avatar
Buang
Codesphere Tech

Hello,
Please check this app by Cybrosys:
https://apps.odoo.com/apps/modules/18.0/import_bill_of_materials_in_mrp
Hope this help
info@codespheretech.in

Rugged Robotics, jairo@rugged-robotics.com
Penulis

We are not using odoo.sh, or on premise unfortunately, only Odoo online

Codesphere Tech

For odoo online you can only use import records functionality given by Odoo default. Customization is not possible on this.

Rugged Robotics, jairo@rugged-robotics.com
Penulis

Codesphere Tech confirmed that for Odoo Online, you can only use import records functionality that is given by default by Odoo, customization is not possible

Avatar
Zehntech Technologies Inc.
Jawaban Terbai

Hi Rugged,

If your part numbers are already stored in Internal Reference (default_code) and they are unique, you can actually use them directly during the BOM import without needing a separate app.

In the BOM import file, map the component product using:

Component / Product → Internal Reference

For example:

ProductQuantityComponents/Internal ReferenceComponents/Quantity
ASSY-1001PART-0012
ASSY-1001PART-0024

As long as the Internal Reference (default_code) of the product matches the part number from your SolidWorks export, Odoo will correctly resolve the product during import.

A practical workflow:

  1. Ensure all parts exist in Odoo with the correct Internal Reference.

  2. Export a sample BOM from Odoo with import-compatible fields.

  3. Adapt your SolidWorks BOM to match the same column structure.

  4. Import it via Manufacturing → Bills of Materials → Import.

This avoids custom modules and keeps everything using the standard Odoo importer.

Only if your SolidWorks export format is very different would a custom import script/module be needed.

Regards,
Santosh S

1
Avatar
Buang
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Jawaban Terbai
Hi,

Refer to the following

App:

- https://apps.odoo.com/apps/modules/18.0/import_bill_of_materials_in_mrp


For more information:

- https://www.odoo.com/sl_SI/forum/pomoc-1/importing-list-of-components-to-a-bom-218432


Hope it helps

-1
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
Sub Assembly MO + Planning
manufacturing
Avatar
1
Feb 26
1390
Master Production Scheduling in "Manufacturing module"
manufacturing
Avatar
Avatar
1
Nov 25
931
How to make Odoo schedule manufacturing in parallel?
manufacturing
Avatar
0
Okt 25
1004
Change in Work Center Productivity Accounting
manufacturing
Avatar
Avatar
1
Sep 25
1774
How to disable form view if there are not registers?
manufacturing
Avatar
Avatar
2
Sep 25
1471
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 Svenska ภาษาไทย 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