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

Test Requirements Based on BoM Revision Level - V14

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
manufacturinginventorybom
2 Replies
2942 Tampilan
Avatar
Ant

Hi,

I'm looking for a way to log what electrical test equipment (Test Rigs) are required for an individual (manufactured) product.

I need it to be the following, I have dev access (bug in top right corner) and Studio access:

  • Stored against each Revision of a BoM, not against the product record itself.
  • If this BoM is then up-issued to the next BoM rev. #, become empty on the new #.
  • Shown within the Manufacturing Order itself, in it's own tab.
  • The ability to enter multiple pieces on each BoM.
  • Printable on the Production Order PDF.
  • Need to be able to be imported from an already existing database.
  • The Test Rigs don't necessarily have to have their own product reference(s) from our side, but if this helps carry out the above, we can get these created.

Thank you


Added follow-on questions

0
Avatar
Buang
Ant
Penulis

Hi All,
Thanks for both of your responses, so far I've been able to:
- create individual records for each Test Rig within the Maintenance Module
- create many2many fields within the Bill of Materials (linking to the equipment lists, broken down by which station they are used on)
- create a many2many field on the Manufacturing Order which pulls the data for the aforementioned equipment lists - this currently does require manual input, where I have to select the BoM/Version that we are building, how would I get this to automatically populate based on the Bill of Material field on the Manufacturing Order?
- create a file attachment field on the Bill of Material, how do I get this file to also show on the relevant Manufacturing Orders?

Many thanks in advance!

Avatar
Ksolves India Limited (Odoo Gold Partner)
Jawaban Terbai

Hi Ant,

Hello! It sounds like you are looking for a way to track the electrical test equipment required for each revision of a Bill of Materials (BoM) in Odoo. Here's how you can achieve this:

  1. Create a custom module: First, create a custom module in Odoo to track the required test equipment for each BoM revision. You can use Odoo Studio to create the module.

  2. Create a new model: In the custom module, create a new model to store the test equipment information. You can call this model "Test Equipment" or something similar. This model will have fields to store the test equipment name, quantity required, and any other relevant information.

  3. Link the model to BoM revision: Add a Many2many field to the BoM revision model, and link it to the Test Equipment model. This will allow you to store the required test equipment for each BoM revision.

  4. Add the field to the Manufacturing Order: Add the Many2many field to the Manufacturing Order model as well, so that the required test equipment is shown on the production order.

  5. Import data: If you have existing data on the required test equipment, you can import it into Odoo using the built-in import feature.

  6. Print the production order: You can customize the production order PDF to include the required test equipment information.

By following these steps, you should be able to track the required test equipment for each BoM revision and display it on the production order. 

Let me know if you have any further questions!

Ksolves Team!

0
Avatar
Buang
Avatar
Lars Aam
Jawaban Terbai

You only want to know what equipment to use, and not record the measure. As far as I understand.  Perhaps this can get you going:

Install the PLM app to manage revisions of BOM.  Maintenance app for the equipment. By standard you can link equipment to to work center. But with Studio you can easily create a related field many to many field in the BOM for equipment list.  I am not so familiar with the PLM, but It should save the old equipment list together with the old BOM. 

With Studio create a tab in the Manufacturing order and link the field from the BOM.

Print: Create report with Studio app.  There exist a printout on the manufctauring order, you can copy it and modify to your needs.

Import to list of equipment is straight forward. Import of the equipment to BOM, I would not know how to do.


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 Products in a single cell (in a customized form)
manufacturing inventory bom
Avatar
Avatar
1
Nov 24
1801
How to check for parts availability with multi level BOMs
manufacturing inventory bom
Avatar
Avatar
1
Jul 23
3724
Restrict reservation for BOM manufacture to one location in a warehouse
manufacturing inventory reservation bom
Avatar
Avatar
1
Des 22
3090
Creating a bill of materials with variable % or weight
manufacturing bom
Avatar
Avatar
1
Okt 25
942
Blank BoM not sending MO to draft Diselesaikan
manufacturing inventory
Avatar
Avatar
Avatar
Avatar
3
Sep 25
2333
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