main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit b43db20bc4 - Show all commits

View File

@@ -583,7 +583,7 @@ class Lot(metaclass=PoolMeta):
lm = sorted(self.lot_move, key=lambda x: x.sequence, reverse=True)
for m in lm:
if m.move.from_location.type == 'supplier' and m.move.state == 'done':
return m
return m.move
return None
def GetShipment(self,type):