Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Test Requirements Based on BoM Revision Level - V14

Naroči se

Get notified when there's activity on this post

This question has been flagged
manufacturinginventorybom
2 Odgovori
2961 Prikazi
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
Opusti
Ant
Avtor

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)
Best Answer

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
Opusti
Avatar
Lars Aam
Best Answer

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
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Multiple Products in a single cell (in a customized form)
manufacturing inventory bom
Avatar
Avatar
1
nov. 24
1813
How to check for parts availability with multi level BOMs
manufacturing inventory bom
Avatar
Avatar
1
jul. 23
3742
Restrict reservation for BOM manufacture to one location in a warehouse
manufacturing inventory reservation bom
Avatar
Avatar
1
dec. 22
3100
Creating a bill of materials with variable % or weight
manufacturing bom
Avatar
Avatar
1
okt. 25
959
Blank BoM not sending MO to draft Solved
manufacturing inventory
Avatar
Avatar
Avatar
Avatar
3
sep. 25
2344
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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