Skip to Content
Menu
This question has been flagged
4 Replies
4834 Views

Hi all, is it possible to stop merging same products on delivery orders or purchase orders ?

I think this is done in _prepare_pack_ops function, but i can't find a way to stop this behaviour, so each line on Initial Demand create a line on Operations tab, even if the product is the same ?

Thank you

Avatar
Discard

Don't know. But can you give me any use case when you need this kind of behaviour..

Author

The use case is simple Pinakin: you create a sale order with the same product (or variant), but with different description, and you want this description on the delivery order, how can we achieve that ?

Author

I just edited my question, as this occurs not only on delivery orders, but in all pickings, as the problem is the same with purchase ...

Best Answer

hey , done this in odoo11 , stock stock_move.py

        #if merge:
            #return self._merge_moves(merge_into=merge_into)
        return self

Avatar
Discard
Related Posts Replies Views Activity
0
Apr 19
2812
2
Aug 24
303
2
Jan 24
816
0
Nov 23
449
0
Sep 23
327