Put loading='lazy' for lot in stock.move

This commit is contained in:
Guillem Barba 2015-10-05 11:38:07 +02:00
parent 2cda5a60d1
commit 51f7447a5b
1 changed files with 1 additions and 0 deletions

View File

@ -28,3 +28,4 @@ class Move():
cls.lot.context['locations'] = [Eval('from_location')]
if 'from_location' not in cls.lot.depends:
cls.lot.depends.append('from_location')
cls.lot.loading = 'lazy'