1.采购订单Tree列表新增审核状态

This commit is contained in:
jinling.yang
2023-12-29 11:24:48 +08:00
parent f3ec784383
commit fbf86a69e3
6 changed files with 12 additions and 11 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):