This commit is contained in:
Ivan Office
2024-10-10 17:02:29 +08:00
parent 8fc5f8d636
commit 4c4502b901
2 changed files with 1 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
{ {
'name': "odooAi Common Util and Tools", 'name': "odooAi Common Util and Tools",
'version': '24.08.19', 'version': '24.10.09',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',

View File

@@ -7,8 +7,6 @@ import os.path
from odoo import api, fields, models, modules, tools, SUPERUSER_ID, _ from odoo import api, fields, models, modules, tools, SUPERUSER_ID, _
from odoo.tools import pycompat from odoo.tools import pycompat
from odoo.tests import common
ADMIN_USER_ID = common.ADMIN_USER_ID
def app_quick_import(env, content_path, sep=None): def app_quick_import(env, content_path, sep=None):
if not sep: if not sep:
@@ -49,5 +47,3 @@ def app_quick_import(env, content_path, sep=None):
preview["headers"], preview["headers"],
preview["options"] preview["options"]
) )