soupse wrote:
Hi everyone,
I have been trying to launch a production order with a negative value, it works for the products but not for the BOM...I mean it didn't finally increase the quantity of each material while "unbuilding, producing" the negavtive order..
My aim would be to get such thing
"-A-B -> C" and "- C->A+B" instead of "-A-B -> C" only...
any idea?
Sincerely
Damien
OpenERP v5.0.15 / Ubuntu
Hello,
Yo can use mrp_subproduct:
set a BOM with C as raw material, A as product to produce and B as subproduct.
Thanks.