Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/修复销售权限组

This commit is contained in:
jinling.yang
2023-12-15 17:39:16 +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):