Hello,
Im working on some processes that allow an external application author products and their related boms.
I have manufacturing, inventry and variants on as options, in case that makes a difference.
I already have my head around doing CRUD operations via the jsonrpc, i have spent a bunch of time tracing fields to models and this is what i think needs to occur.
product.template ( product.product ) > mrp.bom > a mrp.bom.line per component.
Do i need to go back to each parent to update it with information, or as long as i add the correct parent id to its respected field the back end will do any additonal links required?
Does using the odoorpc simplify this ?
Appreciate any help anyone can provide here.
Cheers
kym