Skip to Content
Menu
This question has been flagged
2 Replies
3509 Views

Hi,

Under default config,all available stock moves with same destination location will be merged. Is there any config option to disable this function?

Much appreciate for reply.

Avatar
Discard
Best Answer

Hello,

i would like to know how to solve that problem? Have you found the answer? if you found it, please guide to me... thank you.

Avatar
Discard
Best Answer

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

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

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 17
6250
2
Jan 21
4360
2
Jul 17
6136
1
Jul 25
2348
1
Oct 24
1766