修复引入库

This commit is contained in:
jinling.yang
2023-11-20 15:04:39 +08:00
parent 49f021ed7a
commit 7ceaadb9c4
7 changed files with 30 additions and 59 deletions

View File

@@ -1,19 +1,7 @@
# -*- coding: utf-8 -*-
import re
import logging
import time
import requests
from datetime import datetime
import base64
import hashlib
from odoo import fields, models, api
import json
import requests
from odoo.http import request
from odoo.exceptions import ValidationError
from odoo.exceptions import UserError
from odoo import fields, models
_logger = logging.getLogger(__name__)