mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix bug
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
{
|
||||
'name': "odooAi Common Util and Tools",
|
||||
'version': '24.08.19',
|
||||
'version': '24.10.09',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.odooai.cn',
|
||||
|
||||
@@ -7,8 +7,6 @@ import os.path
|
||||
|
||||
from odoo import api, fields, models, modules, tools, SUPERUSER_ID, _
|
||||
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):
|
||||
if not sep:
|
||||
@@ -49,5 +47,3 @@ def app_quick_import(env, content_path, sep=None):
|
||||
preview["headers"],
|
||||
preview["options"]
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user