1、采购入库作业详情的目标位置字段关闭创建功能,关闭货位的创建功能;2、优化入库到货位流程(进行中);

This commit is contained in:
yuxianghui
2024-04-18 19:10:41 +08:00
parent 8dfef16b51
commit f26b4510cf
8 changed files with 45 additions and 24 deletions

View File

@@ -521,6 +521,9 @@ class ResProductMo(models.Model):
string='注册状态', default='未注册')
industry_code = fields.Char('行业编码', readonly=True)
# bfm下单
manual_quotation = fields.Boolean('人工编程', default=False, readonly=True)
@api.constrains('tool_length')
def _check_tool_length_size(self):
if self.tool_length > 1000000: