新增采购入库时实时注册夹具产品到cloud

This commit is contained in:
jinling.yang
2023-08-04 17:33:21 +08:00
parent 30ad60c2c1
commit aa7e39c28a
4 changed files with 52 additions and 9 deletions

View File

@@ -1,8 +1,4 @@
from odoo import models, fields, api
from odoo.addons.sf_base.commons.common import Common
from odoo.exceptions import ValidationError
import requests
import json
class FixtureMaterial(models.Model):