Odoo reserved automatically lot to consume raw components in an MRP Order, Could it be possible to do it manually in order to specify qty used by each lot???
Any idea welcome, thanks,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Odoo reserved automatically lot to consume raw components in an MRP Order, Could it be possible to do it manually in order to specify qty used by each lot???
Any idea welcome, thanks,
Functionally not possible in default odoo , you need to customized your odoo code for MRP module.
Hello,
indeed it is necessary to modify the operation of the basic mrp application.
nevertheless, I can't find how to do this
I have created a wizard to select the batches that should be used for the availability check (action_assign) but I can't go any further in the allocation of the batches.
would you be available to direct me to where I should go?
I found the solution, I don't know if it's the best way to do it, but in any case it works well according to the tests I've been able to do.
You have to change the methods: _gather and _update_reserved_quantity on the model stock.quant
this is very critical because we don't know where and which process use this methods. There is no good documentation that describes all the possible used processes. any further information about this topic?
Hi! where I find this option?
This would be very interesting for me as well. Does anybody have an idea on how to achieve this in standard odoo Enterprise?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Oct 18
|
3570 | ||
|
2
Jun 25
|
1097 | ||
|
0
Jun 17
|
3370 | ||
|
0
Jul 24
|
5493 | ||
|
0
Feb 24
|
524 |
Hello, have you found a solution to this problem?