修改货位编码规则
This commit is contained in:
@@ -327,7 +327,7 @@ class ShelfLocation(models.Model):
|
|||||||
record.storage_time = False
|
record.storage_time = False
|
||||||
|
|
||||||
name = fields.Char('货位名称', required=True, size=20)
|
name = fields.Char('货位名称', required=True, size=20)
|
||||||
barcode = fields.Char('货位编码', copy=False, size=15)
|
barcode = fields.Char('货位编码', copy=False, size=50)
|
||||||
# 货架
|
# 货架
|
||||||
shelf_id = fields.Many2one('sf.shelf', string='货架')
|
shelf_id = fields.Many2one('sf.shelf', string='货架')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user