Odoo18-Base/odoo/upgrade/__init__.py

7 lines
127 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
import pkgutil
import os.path
__path__ = [
os.path.abspath(path)
for path in pkgutil.extend_path(__path__, __name__)
]