Hello, I've a question
Let's say I have a transport company. I have 100 trucks and one of them is damaged. I must take apart the cabin to send it to the workshop. And then the cabin back to my garage, and I put it back to the truck.
Now, how can I achieve this in Odoo (16 CE version)?
My approach right now is like this:
- Make 2 new Operation Types called "Dismantle" and "Back to the Truck"
- Make 2 new locations: Truck (Vendor Location) and Out Garage (Customer Location)
- The Dismantle Operation is from "Truck" to "WH/Stock"
- The Back to the Truck Operation is from "WH/Stock" to "Out Garage"
- First, I made new transfer from Dismantle operation (D0001) -> Made a Service purchase from Purchase Module (P0001)-> Made a landed Cost (LC/2024/0001) -> then took the cabin out with "Back to the Truck" Operation.
Is this method correct or is there a better alternative?