优化采购:一个制造订单对应一个采购单

This commit is contained in:
jinling.yang
2024-11-28 09:59:01 +08:00
parent ecf683e663
commit c22b91f9d9
9 changed files with 71 additions and 61 deletions

View File

@@ -9,8 +9,8 @@ from odoo.exceptions import ValidationError, UserError
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):