1.修复来自业务平台的自动生产的采购单状态

2.修复所有同步cloud的数据
This commit is contained in:
jinling.yang
2024-02-02 15:52:06 +08:00
parent ab9fcf97e0
commit 8c52c42074
8 changed files with 110 additions and 91 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):