Hello. Im exploring an odoo (now mainly manufacturing), If I understand correct odoo demo shows more service/workflow as assembly from separate components which has SKU which can be added to BOM and etc. + operations which need to get final product.
I will try describe our product, pls help to understand or we can use odoo or what we need.
- We have few permanent customers.
- All orders we get in .csv files. (in near feature planning API)
- We are producing mainly doors and plinths
- Door/plinth can have different size (width, length, thickness) and in order can be different quantity of each.
- Doors/plinths have about 10 different designs (used different materials to produce)
- Most of position of doors/plinths are default (size, material, drillings, process are described and has determined price). But some can be without drilling or opposite with drillings, with additional material.
I will try show example how we get orders:
So we got an order:
order1.csv
piece | design | width | length | quantity | drill | comment |
door1 | design1 | 100 | 100 | 1 | ABC | default piece |
door2 | design2 | 200 | 200 | 2 | ABG | not default because of drilling |
plinth3 | desing3(custom design) | 300 | 300 | 3 | no drill | not default because used veneer from both sides |
Now I will summarize:
To produce door1, door2 we need:
width + 10mm (MDF), length + 10mm (MDF)
width + 20mm (VENEER), length + 20mm (VENEER)
So for production we use mainly row materials which has price per m2/kg + operations and sell we by pieces, default pieces have default prices, not default have +% depending what changed.
One order can have many pieces/positions.
We are looking an system to represent our workflow, have capability to plan (need something to select list of order by attribute and plan to specific week. We are planning by weeks etc.)
Some calculations can be made before importing to odoo or can be written to db directly if some step hardly achievable in odoo.
We need to see main situation/picture in our manufacture, planning an orders, get reports.
How would be the best way to fulfil an odoo with that kind materials, pieces and manage that kind of orders in odoo. Thx for advice.