This commit is contained in:
jinling.yang
2023-12-15 17:39:01 +08:00
2 changed files with 4 additions and 7 deletions

View File

@@ -2,9 +2,6 @@
from . import models
from . import wizard
from odoo import api, SUPERUSER_ID
import logging
_logger = logging.getLogger(__name__)
def _post_install(cr, registry):