修复客户页面除销售员和采购员字段可编辑,其余不可编辑

This commit is contained in:
jinling.yang
2024-02-02 17:27:08 +08:00
parent 0c4407ce8e
commit 0185a3bc2b
6 changed files with 70 additions and 22 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):