How to make ERP auto selects warehouses for Required Items in Work Order?
Some BOMs I’m working with have more than 50 components. That will be really big pain in the ass for manual selection.
If you have custom app kindly override the function and update as you need…
Problem is that I don’t know how to write custom apps.
OK fine,
create new app in ur bench then install it, After installation u can able see hooks py in your installed app open hooks.py file then go to doc_events section and mention the path of your override file.in mentioned file u need to override that respective function…
You can set this by setting a Default Warehouse in Item Master.
Item>Item Defaults>Default Warehouse
If you have a Default Warehouse set then that warehouse will be fetched in Work Order Required Item table for that Item.
Yes, I know for default warehouse.
How warehouse X can be set for item A if item A does not exist in warehouse X? That makes no sense.
Later during stock entry I have to select manually warehouse and batch for every item. It is pain in the ass.
Looks like it is actually! Take Work Order creation directly from a BOM: Practically the source warehouse is read by the item or the immediate item gorup settings. There is no relation to the workstation source warehouse. We believe this should be an option if the BOM is with_operations=1, the BOM Item has an Operation defined and there is a Default Workstation for related Operation, and the Workstation has the Source Warehouse selected. I guess now the question is, what if we need to change it later on? My counter would be should we need to create a new BOM version each time there is a need to update the Source Warehouse of the Bom Item?