Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/制造代码优化

# Conflicts:
#	sf_manufacturing/models/stock.py
This commit is contained in:
mgw
2023-11-23 22:23:21 +08:00
57 changed files with 588 additions and 520 deletions

View File

@@ -2,4 +2,3 @@ from . import http
from . import models
from . import process_status
from . import jd_eclp

View File

@@ -4,7 +4,6 @@ import uuid
import string
import random
from odoo import fields, models
__author__ = 'jinling.yang'
@@ -25,4 +24,4 @@ class ResPartner(models.Model):
return ran_str
sf_token = fields.Char(u'Token', default=get_token)
sf_secret_key = fields.Char(u'密钥', default=get_secret)
sf_secret_key = fields.Char(u'密钥', default=get_secret)