Skip to Content
Menu
This question has been flagged
4 Replies
2151 Views

Hello there :)

we manufacture metal sheets, lets say, and we produce a lot of offcuts (leftovers). For example I've got a metal sheet in 3 by 3 meters and cut a sheet in the size of 2 by 3 meters for a customer. Therefore I have an offcut of 1 by 3 meters.

In Odoo I only have the whole amount of square meters of all these metal sheets in the stock management. But it is very important to use the offucts first, of cause, when manufacturing a new product. Some ERPs have an simple offcut management for this. I've read that some SAP users use the batch / LOT numbers for that, but that does not seem to work in Odoo the same way.

Right now we use a spread sheet, but since the basic demands on a potential module or app aren't that high, I thought I ask if somebody has any solution for this.

So just that you know, we are always looking for the offcut with the smallest width and length but just big enough to cut the sheet for the customer.

It is also very important to compare the amount in stock in general with the amount of how much of that actually exists in small pieces of offcuts! If I only have small pieces, I may have to order new whole sheets.

So... does anybody have an idea?

Avatar
Discard
Author

We use Odoo 14 Enterprise btw.

Author Best Answer

Hi again :)

I've ended up making one myself... twice. First I tried it with Odoo Studio, which was absolutely easy. The only small challenge was to figure out how to get a field compute a value. There are enough tutorials to make that work!

But then I followed the regular tutorials on writing your first Odoo app and that was not so hard either. Later I improved the views and added small things like tags.

So if you are looking for an offcuts management, it is very easy to make either with Odoo studio or as your first App :)

Avatar
Discard
Best Answer
ChallengeSolution
No built-in feature for offcut managementDevelop a custom module specifically for offcut management.
Difficulty differentiating between whole sheets and offcutsUse product variants to distinguish between whole sheets and offcuts.
Unable to track dimensions and quantity of offcutsAdd custom fields to product templates to record dimensions and quantity of offcuts.
Hard to find suitable offcuts for new ordersCreate custom filters and searches in Odoo to find offcuts based on required dimensions.
No report comparing stock of whole sheets and offcutsDevelop custom reports showing the total area of material in whole sheets versus offcuts.
Difficult to manage and allocate offcuts automaticallyImplement an automatic allocation system in the custom module to use the most suitable offcut first.


Avatar
Discard
Best Answer

Hi Parker,

I’m interested in creating the same kind of app for aluminium profiles.

Can you please help us by sharing your code or explaining the way you’ve made it ?

Thank you !

Avatar
Discard
Best Answer

Hello Parker


We are having the same issue here. Can you please elaborate on how you solved this? 

Thanks!

Avatar
Discard