oca-ocb-core/odoo-bringout-oca-ocb-base/odoo
Ernad Husremovic dd3f495ba4 Fix _NamespacePath concatenation error in file_path function
Convert odoo.addons.__path__ to list before concatenation with [root_path]
to fix TypeError when using Python 3.7+ namespace packages.

Error: unsupported operand type(s) for +: '_NamespacePath' and 'list'
Location: odoo/tools/misc.py:169

Added documentation explaining the fix in docs/PATCH_ADDONS_PATH.md

🤖 assisted by claude
2025-10-16 16:51:35 +02:00
..
addons/base 16.0 vanila 2025-10-03 17:53:49 +02:00
cli Add .gitignore for Python cache files 2025-08-29 18:11:23 +02:00
conf Add .gitignore for Python cache files 2025-08-29 18:11:23 +02:00
modules Add .gitignore for Python cache files 2025-08-29 18:11:23 +02:00
osv Add .gitignore for Python cache files 2025-08-29 18:11:23 +02:00
service Add .gitignore for Python cache files 2025-08-29 18:11:23 +02:00
tests 16.0 vanila 2025-10-03 17:53:49 +02:00
tools Fix _NamespacePath concatenation error in file_path function 2025-10-16 16:51:35 +02:00
upgrade Add .gitignore for Python cache files 2025-08-29 18:11:23 +02:00
__init__.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
__main__.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
api.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
exceptions.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
fields.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
http.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
import_xml.rng Initial commit: Core packages 2025-08-29 15:20:45 +02:00
loglevels.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
models.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
netsvc.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
release.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00
sql_db.py Initial commit: Core packages 2025-08-29 15:20:45 +02:00