Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Inventory: Part Variants or Properties Within a Range of Real Numbers

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
inventorypropertiesodoo12
2 Risposte
4535 Visualizzazioni
Avatar
Bryndon Lee

My company is investigating the possibility of using Odoo 12 to track its inventory of raw materials. These are generally various kinds of sheet and bar stocks. They are procured in reasonably standard sizes, but once cut or modified, child pieces can reenter inventory at non-standard sizes.

Example: we buy a bundle of 20 120" lengths of 1"x1" aluminum tube. An order calls for 10 lengths cut to 115.75" and 10 lengths cut to 75.1875", and we fulfill it. The scrap from the first 10 are 4.25" long and can be recycled, but we'd like the other 10 pieces, each 44.8125" long, to be placed back in inventory to be used on a different order.

What we think we want: The ability to define a property/attribute of a part that can be any real number between two values. In the case of the example above, between 120" (the stock length) and 12" (the threshold for recycling).

I understand that there are extensions for the Inventory app that will populate a variant list in a step-wise fashion to emulate this function. Unfortunately when it comes to something like a sheet good, where you have length, width, thickness, and color, there are millions of possible variants for one sheet good when you get the physical measurements down to a useful resolution (in this case, maybe 0.05").

Has anyone else had to combat this inventory challenge while using Odoo? If so, did you use the part variant function provided by Odoo, or did you have to do some other customization to get a smooth and flexible system to work?

Thanks!

0
Avatar
Abbandona
Bryndon Lee
Autore

Thanks Paresh and Lars for your answers. I'm looking into the possibilities of what you suggest. I apologize for not commenting on your answers individually, but I'm too new to the forum and can't post comments on answers yet.

Avatar
Paresh Wagh
Risposta migliore

Hi Bryndon:

If you need to track multiple combinations of dimensions, you have 2 options out of the box:

  1. Using product attributes that automatically create variants (by selecting Always for the Product Attributes). This will create all possible combinations of the attributes as mentioned by you and can get unmanageable quite quickly.

  2. Using product attributes that don't create variants automatically (by selecting Never for the Product Attributes). You would need to define Products (Templates not variants) for the combinations of attributes that you need only when you need them. You can do this by creating the product and specifying just 1 value for each of the attributes associated with that product. This will allow you to keep the number of products manageable as far as possible.

However, one of the downsides of option 2 is that the attribute values are not visible (for example, when you are in the Product Variants list view). However, you can always use the values in a filter to zero in on Products that have a particular attribute value. You cannot do this in the standard search box but by using Filters > Add Custom Filters​​

You may want to include the dimensions in the Product name so that users can easily identify visually.

Hope this helps.

0
Avatar
Abbandona
Avatar
Lars Aam
Risposta migliore

I woud not use variants in such cases.  Variants are master data. And to have master data for all of those possibilities will be to hard to manage. And they cannot be created on the fly. For the standard sizes, variants might be used.

I would choose to use LOT number tracing. On the lot number there is a field for free text. But you might also add fields for information in the lot number record.

But be aware: This will only be for information. There is nothing in Odoo for availability check on individual sizes. It is for variants.   But as I wrote for variants you will end up with to much master data, very hard to manage. One solution in Odoo might be that your standard sizes have variants, and then when cut you define it as non standard variant. But I am uncertain hw this will work in your logistics.  

So it also comes down to the size of the business and how much automation you want.

(I have worked 20 years in cable manufacturing, and that business got a similiar characteristics as you describe.) 


0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to Print Pdf report after click validate button(in stock.picking) Risolto
pdf inventory odoo12
Avatar
Avatar
Avatar
2
feb 21
5269
Add header in inventory report of odoo12
inventory odoo12 pivotreport
Avatar
0
mag 20
3552
Odoo 12: How do I change the default number of Move line items shown in an Inventory Transfer at a time? Risolto
inventory pagination odoo12
Avatar
Avatar
Avatar
2
apr 20
5620
"AssertionError" when clicking on Inventory Valuation.
inventory assertionerror odoo12
Avatar
0
set 19
3774
Problems when importing inventory adjustments
inventory importing data from excel file odoo12
Avatar
Avatar
3
lug 19
2393
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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