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

@@ -4,9 +4,9 @@ import hashlib
import os
import json
from datetime import datetime
import requests
from OCC.Extend.DataExchange import read_step_file
from OCC.Extend.DataExchange import write_stl_file
# import requests
# from OCC.Extend.DataExchange import read_step_file
# from OCC.Extend.DataExchange import write_stl_file
from odoo import models, fields, api
from odoo.modules import get_resource_path
from odoo.exceptions import ValidationError, UserError