Skip to Content
Menú
This question has been flagged
1 Respondre
4443 Vistes

When the item is set to purchase and configure Reordering Rules.

Warehouse set 3 step mode of operation


If the purchase orders are more than 30 per day, the order of the line has 30 pen time In addition to the vendor -> input is a separate operating documents, the other two warehouse operations input-> qc and qc -> stock are merged in the same one.


Did not take this situation into account?

Is there a way to keep him from automatically merging in the back of the operating process?

Avatar
Descartar
Best Answer

class StockPicking(models.Model):
    _inherit = "stock.picking"

    def _merge_moves(self, merge_into=False):
        return self

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de març 15
9734
1
de febr. 16
6766
1
de nov. 24
18970
4
de febr. 25
17824
0
d’ag. 22
12338