Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

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

Subscribe

Get notified when there's activity on this post

This question has been flagged
inventorypropertiesodoo12
2 Replies
4565 Views
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
Discard
Bryndon Lee
Author

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

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

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

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

Sign up
Related Posts Replies Views Activity
How to Print Pdf report after click validate button(in stock.picking) Solved
pdf inventory odoo12
Avatar
Avatar
Avatar
2
Feb 21
5284
Add header in inventory report of odoo12
inventory odoo12 pivotreport
Avatar
0
May 20
3568
Odoo 12: How do I change the default number of Move line items shown in an Inventory Transfer at a time? Solved
inventory pagination odoo12
Avatar
Avatar
Avatar
2
Apr 20
5633
"AssertionError" when clicking on Inventory Valuation.
inventory assertionerror odoo12
Avatar
0
Sep 19
3785
Problems when importing inventory adjustments
inventory importing data from excel file odoo12
Avatar
Avatar
3
Jul 19
2393
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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