增加中控接口返回对工单、计划单属性的改变(状态,时间等)
This commit is contained in:
@@ -310,7 +310,7 @@ class SfShelf(models.Model):
|
||||
class ShelfLocation(models.Model):
|
||||
_name = 'sf.shelf.location'
|
||||
_description = '货位'
|
||||
_order = 'name'
|
||||
_order = 'name, id'
|
||||
|
||||
# current_location_id = fields.Many2one('sf.shelf.location', string='当前位置')
|
||||
# # 目的位置
|
||||
|
||||
Reference in New Issue
Block a user