优化agv及新增中控日志调用

This commit is contained in:
jinling.yang
2024-05-06 11:48:34 +08:00
parent 68d8c36755
commit 2cd666c4ae
10 changed files with 88 additions and 16 deletions

View File

@@ -7,8 +7,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):