mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] laser position are integers
This commit is contained in:
committed by
Guewen Baconnier
parent
63dd8a5c3b
commit
318f101787
@@ -38,6 +38,7 @@ class StockLocation(models.Model):
|
||||
'Check if the dimensions of tray %s '
|
||||
'are properly set in the tray type.') % (cell_location.display_name, self.name)
|
||||
)
|
||||
x, y = int(x), int(y)
|
||||
else:
|
||||
x, y = "", ""
|
||||
subst = {
|
||||
|
||||
Reference in New Issue
Block a user