Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Test Requirements Based on BoM Revision Level - V14

Odoberať

Get notified when there's activity on this post

This question has been flagged
manufacturinginventorybom
2 Replies
2958 Zobrazenia
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
Zrušiť
Ant
Autor

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

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
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
júl 23
3741
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
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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