Skip to Content
Menu
This question has been flagged
2 Replies
2944 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
6019
2
Jan 21
4105
2
Jul 17
5964
1
Jul 25
2164
1
Oct 24
1647