This question has been flagged
1 Reply
4280 Views

Hello..

I have delivery order for 100 of my goods. But, my stock in warehouse is only 50. How can I send those 50 products partially? As I seen in delivery order form, the check availability button cannot detect those 50 product.

image description

image description

Avatar
Discard
Best Answer

click on the force availability button then process and deliver the 50 - the balance will be on a new back-order picking

Avatar
Discard
Author

If I use foce availability my delivery order always saying product is available while my stock is zero.

Is there a way to make delivery order saying waiting availability after using force availability?

image description

image description

you would need to override stock_partial_pickingl so that when the extra picking & moves are created the state is set back to what you want.

Author

Thanks for your comment, Kevin.

I'm new to openERP, where can I set stock_partial_picking?

you would need to create a module to override the default process. If you look in the stock module you will find the source.

Author

Ok. Creating module is new to me, i will google any source for creating module in openERP v7.

Do you have any recommended sources for learning to create module in practical way? Thanks..

Hi Rahmat, Did you get a solution for this problem ?