opt backup app

This commit is contained in:
Ivan Office
2024-10-09 21:49:12 +08:00
parent 8b2b329dc2
commit f80e942286
12 changed files with 187 additions and 7 deletions

View File

@@ -39,7 +39,7 @@
{
'name': "odooAi Common Util and Tools,欧度智能基础核心优化",
'version': '16.24.08.26',
'version': '16.24.10.09',
'author': 'odooai.cn',
'category': 'Extra tools',
'website': 'https://www.odooai.cn',

View File

@@ -3,8 +3,6 @@
import os.path
from odoo import api, fields, models, modules, tools, SUPERUSER_ID, _
from odoo.tests import common
ADMIN_USER_ID = common.ADMIN_USER_ID
def app_quick_import(env, content_path, sep=None, context={}):
if not sep: