Odoo18-Base/odoo/upgrade/__init__.py

7 lines
127 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
import pkgutil
import os.path
__path__ = [
os.path.abspath(path)
for path in pkgutil.extend_path(__path__, __name__)
]