修复销售权限组

This commit is contained in:
jinling.yang
2023-12-12 17:40:22 +08:00
parent a3f6fdda2a
commit b96723d9a5
8 changed files with 75 additions and 29 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):