This question has been flagged

I know that run_scheduler creates purchase quotation according to reordering rule; I have checked the code of preproduce.order run_scheduler ,

but I cant find the code creating purchase order , and I don't know how it works. Anyone could tell me? Thanks.

Avatar
Discard
Best Answer

Hi,

You can refer the code of creating Purchase Order based on Procurement in method make_po of purchase.py file of purchase module.

Avatar
Discard