My company plans to implement Tryton starting with tracking production orders. Here’s the issue; we make most items to order, and they’re often assemblies. A customer orders assembly A, which is composed of products B and C. In Tryton, when we need to produce A, we need to produce B and C as well (since we don’t stock them). It is possible to manually create a production for items B and C in this scenario, but we’re looking for automation. I’ve looked at sale_supply_production, but that would only create a production for item A.
Now, I’m looking for a solution. Does Tryton offer one? Is there a better way to approach this issue? If neither, what’s a good way to add this to a custom module? I’m comfortable creating modules for Tryton, but I’d rather not do this if an off-the-shelf solution is available.