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

@@ -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: