修改货架货位关联移动历史调拨单关联

This commit is contained in:
qihao.gong@jikimo.com
2024-01-22 17:33:40 +08:00
parent 92fc988951
commit 0ef13504e7
6 changed files with 107 additions and 14 deletions

View File

@@ -6,8 +6,8 @@ import os
from odoo import models, fields, api, _
from odoo.exceptions import ValidationError
from odoo.modules import get_resource_path
from OCC.Extend.DataExchange import read_step_file
from OCC.Extend.DataExchange import write_stl_file
#from OCC.Extend.DataExchange import read_step_file
#from OCC.Extend.DataExchange import write_stl_file
class ResProductMo(models.Model):