1.修复采购权限和销售权限2.销售新增审核向导

This commit is contained in:
jinling.yang
2023-12-15 17:38:40 +08:00
parent 85ac3d7a3e
commit df2ba048f4
14 changed files with 110 additions and 51 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):