bfm分配工厂:

1.销售页面:客户的值为业务平台,
2.没有原材料,事务回滚
3.去掉注释和没用到的代码
This commit is contained in:
jinling.yang
2023-02-01 18:27:29 +08:00
parent e2561bee34
commit e8d923df03
13 changed files with 84 additions and 52 deletions

View File

@@ -3,7 +3,7 @@ import logging
import datetime
import time
import hashlib
from odoo import fields, models, api
from odoo import models
from odoo.http import request
__author__ = 'jinling.yang'