Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Test Requirements Based on BoM Revision Level - V14

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
manufacturinginventorybom
2 Réponses
2956 Vues
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
Ignorer
Ant
Auteur

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)
Meilleure réponse

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
Ignorer
Avatar
Lars Aam
Meilleure réponse

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
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Multiple Products in a single cell (in a customized form)
manufacturing inventory bom
Avatar
Avatar
1
nov. 24
1809
How to check for parts availability with multi level BOMs
manufacturing inventory bom
Avatar
Avatar
1
juil. 23
3741
Restrict reservation for BOM manufacture to one location in a warehouse
manufacturing inventory reservation bom
Avatar
Avatar
1
déc. 22
3099
Creating a bill of materials with variable % or weight
manufacturing bom
Avatar
Avatar
1
oct. 25
956
Blank BoM not sending MO to draft Résolu
manufacturing inventory
Avatar
Avatar
Avatar
Avatar
3
sept. 25
2344
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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