Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/修改机床参数bug

This commit is contained in:
qihao.gong@jikimo.com
2024-02-23 11:58:26 +08:00
5 changed files with 39 additions and 20 deletions

View File

@@ -331,7 +331,7 @@ class ShelfLocation(models.Model):
record.storage_time = False
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='货架')